VPackSplit (split)

Organizes its children vertically, in order from top to bottom, like paragraphs in a newspaper. The children in any given column have their west boundaries aligned, and all children that are first in their column have their north borders equal to the north border of the parent. A child is vertically clipped only if its requested vertical size exceeds the parent's vertical size; in this case the child will be alone in its column.


HGap
(Real, 2.0)
This many points separate each column of children.
VGap
(Real, 2.0)
This many points separate each child vertically.
Background
(Text, ``White'')
Inter-children (HGap), inter-row (VGap), and end-of-line spaces are displayed in this texture.

Shape
The shape is unconstrained in the vertical axis.
See Also
HPackSplit