page_change property

page_change property

Specifies the amount by which the control’s value is changed when the user clicks on the scrollbar’s page up or page down region.

Definition:

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

See Also