Arrange (gb.web.form)
This class provides the constants that defined the arrangement mode of a container.
This class is static.
Constants
Column
|
This constant is used for arranging controls in columns.
|
Horizontal
|
This constant is used for an horizontal arrangement.
|
None
|
This constant is used when a container does not arrange its contents.
|
Row
|
This constant is used for arranging controls in rows.
|
Vertical
|
This constant is used for a vertical arrangement.
|