BBjWindow::setVerticalScrollPosition
Description
In BBj 14.00 and higher, this method scrolls the window vertically to the specified position.
Syntax
Return Value |
Method |
void |
setVerticalScrollPosition(int position) |
Parameters
Variable |
Description |
position |
Specifies the vertical scroll position (top margin). |
Return Value
None.
Remarks
This method is only meaningful if the window is scrollable.
Example
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.