You are here: Start » Web HMI » Web HMI Controls » StackPanel
StackPanel
Represents a StackPanel control that arranges its child elements in a single line,
Properties
| Height |
|
Defines the CSS height of the control. |
| InitialIsEnabled |
|
Defines the initial enabled state of the component that is used before the first value is set through the connection. |
| InitialIsVisible |
|
Defines the initial visibility of the component that is used before the first value is set through the connection. |
| IsEnabled |
|
Defines the enabled state of the component. |
| IsVisible |
|
Defines the visibility of the component. |
| ItemAlignment |
|
Represents the CSS align-items attribute. Controls the alignment of items within the panel on the cross axis (perpendicular to the orientation). |
| Justification |
|
Represents the CSS justify-content attribute. Controls the alignment of items within the panel on the main axis (along the orientation). |
| Margin |
|
Defines the CSS margin of the control. |
| Name |
|
Defines the control name that identifies the control in the program and in the XAML. The name must be unique within the parent endpoint. |
| Orientation |
|
Defines the orientation of the stack panel, either horizontal or vertical. |
| Overflow |
|
Represents the CSS overflow attribute. Defines the behavior of content that does not fit in the panel padding box. |
| Padding |
|
Represents the CSS padding attribute. Defines the padding of the control. |
| Spacing |
|
Defines the gap between items in the stack panel. |
| Width |
|
Defines the CSS width of the control. |
