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