BBjWindow::setHorizontalScrollPosition
Description
In BBj 14.00 and higher, this method scrolls the window horizontally to the specified position.
Syntax
Return Value |
Method |
void |
setHorizontalScrollPosition(int position) |
Parameters
Variable |
Description |
position |
Specifies the horizontal scroll position (left 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.