Function ItemList.autoHeight
If true
, the control will automatically resize the height to fit its content.
bool autoHeight() nothrow @property @nogc;
void autoHeight
(
bool v
) nothrow @property @nogc;
If true
, the control will automatically resize the height to fit its content.
bool autoHeight() nothrow @property @nogc;
void autoHeight
(
bool v
) nothrow @property @nogc;