auto_adjust property

auto_adjust property

Specifies whether the size of the side content region should compensate for the new size when resizing the window containing the view within the application Read/write bool.

Definition:

@property
def auto_adjust(self):
    ...

@auto_adjust.setter
def auto_adjust(self, value):
    ...

See Also