ItemList.sameColumnWidth

Whether all columns will have the same width. If true, the width is equal to the largest column width of all columns.

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

Meta