max property

max property

Gets or sets the maximum value of a scroll bar or spinner range.

Definition:

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

See Also