GridContainer.columns

The number of columns in the GridContainer. If modified, GridContainer reorders its children to accommodate the new layout.

  1. long columns [@property getter]
  2. long columns [@property setter]
    struct GridContainer
    @nogc nothrow @property
    void
    columns
    (
    long v
    )

Meta