SCROLLRANGE Mnemonic - Set Scroll Bar Range
Syntax
'SCROLLRANGE' (id,min,max)
Description
The 'SCROLLRANGE' mnemonic sets the scrolling range, which determines the logical width of the scroll track, as well as the numerical value assigned to each position. Range limits can be anything from -32768 to 32767. The scroll range must be set before the scroll proportion. This mnemonic applies only to scroll bar controls created with the 'HSCROLL' and 'VSCROLL' mnemonics, not to scroll bars attached to windows, child windows, custom edit controls, or grid controls.
Parameter |
Description |
id |
ID of the scroll bar. |
min |
Scroll range minimum. |
max |
Scroll range maximum. |