ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Controls, pages and windows / Control functions
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
Used to manage the position of scrollbars:
    Example
    Syntax

    Finding out the scrollbar position Hide the details

    <Result> = ScrollbarPosition(<Element used> [, <Orientation>])
    <Result>: Integer
    • Position of scrollbar box.
    • 0 if the scrollbar does not exist or if it is grayed.
    <Element used>: Control, window or page name
      <Orientation>: Optional Integer constant
      Orientation of scrollbar for which the position must be retrieved:
      sbHorzThe position is calculated for the horizontal scrollbar of control.
      sbVert
      (Default value)
      The position is calculated for the vertical scrollbar of control.
      Remarks
      Component: wd290obj.dll
      Minimum version required
      • Version 19
      This page is also available for…
      Comments
      Click [Add] to post a comment

      Last update: 06/28/2022

      Send a report | Local help