Horizontal layout
Panel that automatically arranges the directly child graphical objects horizontally next to each other
- BrowseName
- RowLayout
- SuperType
- Container(Container)
Properties
Name | BrowseName | DataType | Description |
---|---|---|---|
Content alignment | ContentAlignment | Content horizontal alignment | Horizontal alignment of children. Left aligned: children are anchored to the left side, Center aligned: children are anchored to the center; Right aligned: children are anchored to the right side |
Wrap | Wrap | Boolean | Set the wrap mode for the layout's content |
Horizontal gap | HorizontalGap | Size | Space between columns in the layout |
Vertical gap | VerticalGap | Size | Space between rows of the layout |
Move target | MoveTarget | NodeId | (Inherited from Container) |
Visible | Visible | Boolean | (Inherited from Element) |
Enabled | Enabled | Boolean | (Inherited from Element) |
Opacity | Opacity | Float | (Inherited from Element) |
Left margin | LeftMargin | Size | (Inherited from Element) |
Top margin | TopMargin | Size | (Inherited from Element) |
Right margin | RightMargin | Size | (Inherited from Element) |
Bottom margin | BottomMargin | Size | (Inherited from Element) |
Width | Width | Size | (Inherited from Element) |
Height | Height | Size | (Inherited from Element) |
Horizontal alignment | HorizontalAlignment | Horizontal alignment | (Inherited from Element) |
Vertical alignment | VerticalAlignment | Vertical alignment | (Inherited from Element) |
Rotation | Rotation | Size | (Inherited from Element) |