Layouts and views use framesets to divide the window into panes that can contain different views. These framesets are very similar to framesets in HTML. Framesets can be nested; for example, you can divide a window vertically into left and right panes, and then divide the right pane horizontally into top, middle, and bottom panes.
In addition to framesets and panes, layouts and views can contain trays. Trays allow users to switch between different panes by clicking buttons. See Setting Tray Switchers for more information.
You can split an existing frame to divide it into two either vertically or horizontally. Splitting a pane either creates a new frameset, or reuses the pane's parent frameset if the split is in the same direction as existing panes.
Splitting the selected frameset is useful if a frameset already has children, such as if you forgot to leave space for a toolbar or timeline that spans the entire view.
Select the frameset as described in Selecting Panes, Trays, and Framesets.
Choose Split Selected Split Horizontally or Split Selected Split Vertically from the command bar.
While you are editing the layout or view, you can adjust the position of the splitter by placing the mouse pointer over it and dragging to a new location. If the splitter is not visible, make sure that Preview is on before dragging it.
Alternatively, you can set the size of panes explicitly as described in Controlling Pane, Tray, and Frameset Size.
In relational views, you can set splitter properties to make the splitter bars invisible or unmovable. You cannot set splitter properties in layouts; splitters in layouts are never visible and cannot be moved.
If the splitter is not visible (No Splitter), you cannot access the context menu when Preview is off. Simply turn Preview on to change the properties of an invisible splitter.
Selecting a pane, tray, or frameset activates it for certain kinds of modification, such as setting its size. The name of the selected pane, tray, or frameset is displayed in the editor's command bar. If Preview is off, the selected pane, tray, or frameset is highlighted in blue while the active pane is highlighted in red. The active pane is the one that is under the pointer and will be affected by commands on the context menu.
To set the size of a pane, tray, or frameset, select it and enter a value for Size in the editor's command bar. The size is measured vertically if the parent frameset is split by horizontal bars, or horizontally if the parent frameset is split by vertical bars.
To set an absolute size in pixels, enter a number. This is useful for portions of the window that you don't want to be resized, like toolbars.
To set a relative size, enter a percentage, such as 50%. The pane retains its proportion when users change the window size.
To use all available space remaining in the frameset (that is, free size), enter an asterisk (*). This is useful to ensure that the sizes of all panes in a frameset add up correctly no matter how the window is resized.
Remember that users may change the sizes once a view is displayed, depending on whether the splitter bars are movable.
Some additional notes about setting sizes:
If you use all absolute sizes, there may be unused space or hidden areas if the sizes do not add up to the size of the parent frameset.
If you have two or more panes set to free (*) in the same frameset, the leftmost or topmost one takes all the available space.
If you mix absolute with relative and/or free size, the relative values are based on what's left of the parent frameset's size after the absolute sizes are considered.
If relative sizes do not add up to 100% and there is no pane with a free size, then the relative values are normalized.
The name of a pane can be used to get a pointer to the pane in scripts. Pane names are also used on buttons in tray switchers when bitmaps have not been defined.
Except where otherwise noted, this work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License