Function 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.

long maxColumns() nothrow @property @nogc;

void maxColumns (
  long v
) nothrow @property @nogc;