Function GridContainer.columns
The number of columns in the GridContainer
. If modified, GridContainer
reorders its children to accommodate the new layout.
long columns() nothrow @property @nogc;
void columns
(
long v
) nothrow @property @nogc;