LGUI2:stackpanel

From Lavish Software Wiki
Revision as of 01:00, 27 June 2018 by Lax (talk | contribs)
Jump to navigation Jump to search

A LavishGUI 2 stackpanel element is a specialized panel where the children are automatically visually placed one after another, either in a horizontal or vertical "stack".

Defining a panel element

A stackpanel element is a panel with the addition of properties used for the stack layout.

stackpanel element properties
orientation One of "horizontal" or "vertical". The default is "vertical"
uniform A boolean (true or false) value indicating whether the element stack should be uniform width or height (as might be expected in a listbox)

Examples