Proportional Layouts
Proportional Layouts
The
initialSize
layout region property (but not
maxSize
or
minSize
) can be specified in % as well as in pixels. When the user resizes the browser window, the Layout Manager maintains the initial proportions.
<layout id="main">
<north initialSize="30%" split="true"/>
<center/>
</layout>
File: ab-core/layouts/dashboards/dashboard-2x2.axvw