A version of FlowLayout which arranges its components vertically.
The following tables list the members exposed by the VerticalFlowLayout type.
Name | Description | |
---|---|---|
![]() |
Overloaded. |
Name | Description | |
---|---|---|
![]() ![]() |
This value indicates that each row of components should be bottom-justified. |
|
![]() ![]() |
This value indicates that each row of components should be centered. |
|
![]() ![]() |
This value indicates that the components should be left-aligned. |
|
![]() ![]() |
This value indicates that the components should be centered horizontally. |
|
![]() ![]() |
This value indicates that the components should be right-aligned. |
|
![]() ![]() |
This value indicates that the components should be stretched horizontally. |
|
![]() ![]() |
This value indicates that each row of components should be top-justified. |
Name | Description | |
---|---|---|
![]() |
Overloaded. |
|
![]() |
Gets the alignment for this layout. |
|
![]() |
Gets the horizontal alignment of layout components. |
|
![]() |
Gets the horizontal gap between components and between the components and the borders of the Container. |
|
![]() |
|
|
![]() |
|
|
![]() |
Gets the vertical gap between components and between the components and the borders of the Container. |
|
![]() |
|
|
![]() |
Lays out the container. This method lets each visible component take its preferred size by reshaping the components in the target container in order to satisfy the alignment of this VerticalFlowLayout object. |
|
![]() |
|
|
![]() |
Returns the minimum dimensions needed to layout the visible components contained in the specified target container. |
|
![]() |
Returns the preferred dimensions for this layout given the visible components in the specified target container. |
|
![]() |
|
|
![]() |
Sets the alignment for this layout. |
|
![]() |
Sets the horizontal alignment of layout components. |
|
![]() |
Sets the horizontal gap between components and between the components and the borders of the Container. |
|
![]() |
Sets the vertical gap between components and between the components and the borders of the Container. |
|
![]() |
Returns a string representation of this VerticalFlowLayout object and its values. |