incremental_change property

incremental_change property

Gets or sets the amount that the scroll bar or spinner is incremented a line scroll.

Definition:

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

See Also