You are here: Start » Web HMI » Web HMI Controls » TablePanel
TablePanel
Represents a table panel control that arranges its child controls in the grid layout.

Properties
ColSpan |
|
The attached property. Defines the number of columns that the control spans within the table panel. |
Column |
|
The attached property. Defines the column index of the control within the table panel. |
ColumnDefinitions |
![]() |
Represents the CSS grid-template-columns attribute. Defines the size definitions describing the column widths in the table panel. |
Gap |
|
Represents the CSS gap attribute. Defines the gap between the cells in the table panel. |
Height |
|
Defines the CSS height of the control. |
HorizontalAlignment |
|
The attached property. Defines the horizontal alignment of the control within its cell in the table panel. |
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. |
ItemHorizontalAlignment |
|
Defines the horizontal alignment of the control within its cell in the table panel. |
ItemVerticalAlignment |
|
Defines the vertical alignment of the control within its cell in the table panel. |
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. |
Row |
|
The attached property. Defines the row index of the control within the table panel. |
RowDefinitions |
![]() |
Represents the CSS grid-template-rows attribute. Defines the size definitions describing the row heights in the table panel. |
RowSpan |
|
The attached property. Defines the number of rows that the control spans within the table panel. |
VerticalAlignment |
|
The attached property. Defines the vertical alignment of the control within its cell in the table panel. |
Width |
|
Defines the CSS width of the control. |