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.
- Wrap
Panel - 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).
- Wrap
Panel Builder - Wrap panel builder creates
WrapPanel
widget and adds it to the user interface.
Enums§
- Wrap
Panel Message - A set of possible
WrapPanel
widget messages.