Represents a container with the sequential placement of the items.
Inherits: Container : UIElement : UIElementBase
Content property: Children
| Name | Type | Description |
|---|---|---|
| Orientation | Orientation | Orientation of the items in the panel. |
| JustifyItems | JustifyItems | The mode of the items aligning along the main axis. |
| AlignItems | AlignItems | The mode of the items aligning along the perpendicular axis. |
| BorderStyle | BorderStyle | The style of the frame around the item. |
| MinWidth | Length | Minimum item width. |
| Gap | GapSize | The gaps between the items along the main and perpendicular axis. |
| The gaps between the items along the main and perpendicular axis. | ||