BBjScrollBar::setScrollRange
Description
Sets the scroll range for the BBjScrollBar control.
Syntax
Return Value |
Method |
void |
setScrollRange(int min, int max) |
Parameters
Variable |
Description |
min |
Specifies the minimum value of the scroll range. |
max |
Specifies the maximum value of the scroll range. |
Return Value
None.
Remarks
This method controls the size of the thumb and how much the scroll moves.
Example
|
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.