is_auto_size property

is_auto_size property

Indicates whether the control will automatically resize to display its entire contents.

Definition:

@property
def is_auto_size(self):
    ...
@is_auto_size.setter
def is_auto_size(self, value):
    ...

See Also