This class is a container that arranges its children from top to bottom, and then left to right.
It is like a Panel without border whose Arrangement property would be set to Arrange.TopBottom.
This class is creatable.
DIM hHPanel AS HPanel hHPanel = NEW HPanel ( Parent AS Container ) |
Creates a new HPanel.