FillLayout.type

type specifies how controls will be positioned within the layout.

The default value is HORIZONTAL.

Possible values are: <ul> <li>HORIZONTAL: Position the controls horizontally from left to right</li> <li>VERTICAL: Position the controls vertically from top to bottom</li> </ul>

class FillLayout
int type;

Meta