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]
    struct ItemList
    @nogc nothrow @property
    long
    maxColumns
    ()
  2. long maxColumns [@property setter]

Meta