Function ItemList.sameColumnWidth
Whether all columns will have the same width.
If true
, the width is equal to the largest column width of all columns.
bool sameColumnWidth() nothrow @property @nogc;
void sameColumnWidth
(
bool v
) nothrow @property @nogc;