Create a 2-column grid layout by default.
The Alignment of the specified axis (row or column number, depending on the Orientation) at the specified index of that row or column.
Sets the Alignment of the columns.
Use this to set variable Alignment for columns.
Compute the maximum row and column sizes
The margin around this GridLayout.
Sets the margin of this GridLayout.
The Orientation of this GridLayout.
Sets the Orientation of this GridLayout.
See Layout.performLayout.
Implementation of the layout interface See Layout.preferredSize.
The number of rows or columns (depending on the Orientation) of this GridLayout.
Sets the number of rows or columns (depending on the Orientation) of this GridLayout.
Sets the Alignment of the rows.
Use this to set variable Alignment for rows.
The spacing at the specified axis (row or column number, depending on the Orientation).
Sets the spacing for a specific axis.
Sets the spacing for all axes.
The actual Alignment being used.
The default Alignment for this GridLayout.
The margin around this GridLayout.
The Orientation defining this GridLayout.
The number of rows or columns before starting a new one, depending on the Orientation.
The spacing used for each dimension.
Performs any and all resizing applicable.
The preferred size for this layout.
Grid layout.
Widgets are arranged in a grid that has a fixed grid resolution resolution along one of the axes. The layout orientation indicates the fixed dimension; widgets are also appended on this axis. The spacing between items can be specified per axis. The horizontal/vertical alignment can be specified per row and column.