ItemList.fixedColumnWidth

The width all columns will be adjusted to. A value of zero disables the adjustment, each item will have a width equal to the width of its content and the columns will have an uneven width.

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

Meta