Creation Parameters
- integer columns
- integer rows
- integer vgap
- integer hgap
rows and
columns determine the number of columns and rows in the sizer - if either of
the parameters is zero, it will be calculated to form the total number of children in
the sizer, thus making the sizer grow dynamically. vgap and hgap define extra space
between all children.