Panels
12 Sep 20251 minute to read
Defines the type of the panel
None - Defines that the panel will not rearrange its children. Instead, it will be positioned based on its children.
Canvas - Defines the type of the panel as Canvas
Stack - Defines the type of the panel as Stack
Grid - Defines the type of the panel as Grid
WrapPanel - Defines the type of the panel as WrapPanel
- None
- Canvas
- Stack
- Grid
- WrapPanel