Module wrap_panel

Module wrap_panel 

Source
Expand description

Wrap panel is used to stack children widgets either in vertical or horizontal direction with overflow. See WrapPanel docs for more info and usage examples.

Structs§

Line
Represents a single line (either vertical or horizontal) with arranged widgets.
WrapPanel
Wrap panel is used to stack children widgets either in vertical or horizontal direction with overflow - every widget that does not have enough space on current line, will automatically be placed on the next line (either vertical or horizontal, depending on the orientation).
WrapPanelBuilder
Wrap panel builder creates WrapPanel widget and adds it to the user interface.

Enums§

WrapPanelMessage
A set of possible WrapPanel widget messages.