include file: wxSizer.e
Creation parameters:
- rows
- cols
- vgap [=0]
- hgap [=0]
A flex grid sizer is a sizer which lays out its children in a two-dimensional table with all table
fields in one row having the same height and all fields in one column having the same width, but
all rows or all columns are not necessarily the same height or width as in the wxGridSizer.
Parent Topics:
Classes
Sizers