This class is a container that arranges its children horizontally.
It is like a Panel without border whose Arrangement property would be set to Arrange.Horizontal.
This class is creatable.
DIM hHBox AS HBox hHBox = NEW HBox ( Parent AS Container ) |
Creates a new HBox.