Function 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.
long fixedColumnWidth() nothrow @property @nogc;
void fixedColumnWidth
(
long v
) nothrow @property @nogc;