|
|
|
|
|
ScrollbarPosition (Function) In french: AscenseurPosition Used to manage the position of elevators: - Gets or sets the position of one of the scrollbars of a control or window in a WINDEV or WINDEV Mobile application.
Syntax
Finding out the scrollbar position Hide the details
<Result> = ScrollbarPosition(<Element used> [, <Orientation>])
<Result>: entier - Position of scrollbar box.
- 0 if the scrollbar does not exist or if it is grayed.
<Element used>: Control, window or page name - Name of the control used.
- Name of the window used.
<Orientation>: Optional Integer constant Orientation of scrollbar for which the position must be retrieved: | | sbHorz | The position is calculated for the horizontal scrollbar of control. | sbVert (Default value) | The position is calculated for the vertical scrollbar of control. |
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|