Purpose
Updates the maximum and/or the current position in the vertical scrollbar.
Class
Type
Method
Syntax
<oBrowser>:UpdateVerticalScrollValues(
<lMaxValue>,
<lPosition>
) Æ lSuccess
Arguments
| <lMaxValue> | A logical value that indicates whether the maximum position is to be updated. |
| Data Type: | Logic |
| <lPosition> | A logical value that indicates whether the current position is to be updated. |
| Data Type: | Logic |
Return Value
| lSuccess | A logical value that indicates whether the scrollbar was updated. |
| TRUE | The scrollbar was updated. |
| FALSE | The scrollbar could not be updated. |
| Data Type: | Logic |
Description
Dependent on the maximum position the scrollbar is automatically faded in or out.
See Also
bBrowser:UpdateHorizontalScrollValues()
Page url: http://www.YOURSERVER.com/index.html?bbrowser_updateverticalscrollv.htm