Function LineEdit.expandToTextLength
If true
, the LineEdit
width will increase to stay longer than the text
. It will not compress if the text
is shortened.
bool expandToTextLength() nothrow @property @nogc;
void expandToTextLength
(
bool v
) nothrow @property @nogc;