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