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