This class describes how cells form columns in vertical grids or rows in horizontal grids.
Combines cells with adaptive number of rows or columns. It will try to position as many rows or columns as possible on the condition that every cell has at least minSize space and all extra space distributed evenly.
Combines cells with fixed number rows or columns.