If this property is set to -1, the width will be calculated automatically.
Entry.maxWidthChars
int maxWidthChars() @property nothrowGet maxWidthChars property.
Returns
The desired maximum width of the entry, in characters.
void maxWidthChars(int propval) @property nothrowSet maxWidthChars property.
Parameters
propval | The desired maximum width of the entry, in characters. If this property is set to -1, the width will be calculated automatically. |