set-scroll-page in canvas%
Set the current page step size of a manual scrollbar. (This method has no effect on automatic scrollbars.)
See also
init-manual-scrollbars.
(-> voidsenda-canvasset-scroll-pagewhichvalue)
which: symbol in'(horizontal vertical)
value: exact integer in [1, 10000]The
whichargument is either'horizontalor'vertical, indicating whether to set the page step size of the horizontal or vertical scrollbar, respectively.