Interface IGridSizer
A grid sizer is a sizer which lays out its children in a two-dimensional table with all table fields having the same size, i.e. the width of each field is the width of the widest child, the height of each field is the height of the tallest child.
public interface IGridSizer : ISizer, IDisposableObject, IDisposable
Properties
- ColCount
Gets or sets the number of columns that has been specified for the sizer.
- EffectiveColsCount
Gets the number of columns currently used by the sizer.
- EffectiveRowsCount
Gets the number of rows currently used by the sizer.
- HGap
Gets or sets the horizontal gap(in pixels) between cells in the sizer.
- RowCount
Gets or sets the number of rows that has been specified for the sizer.
- VGap
Gets the vertical gap(in pixels) between the cells in the sizer.