ItemList.maxColumns

Maximum columns the list will have. If greater than zero, the content will be split among the specified columns. A value of zero means unlimited columns, i.e. all items will be put in the same row.

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

Meta