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
Displays (or not) a scrollbar in a WINDEV control (edit control or list box) even if no scrollbar was specified during the control description.
Example
ScrollBarShow(LIST_MyList, sbHorz, False)
Syntax
ScrollBarShow(<Control used> [, <Scrollbar position> [, <Visible>]])
<Control used>: Control name
Name of the control used:
  • Edit control,
  • List Box control.
<Scrollbar position>: Optional constant
Position of the scrollbar in the control:
sbBothVertical and horizontal scrollbar.
sbHorz
(Default value)
Horizontal scrollbar.
sbVertVertical scrollbar.
<Visible>: Optional boolean
  • True (default) to make the added scrollbar visible,
  • False to make the added scrollbar invisible.
Remarks
Windows To find out whether the scrollbar of a control is visible, use ScrollbarIsVisible.
Component: wd290obj.dll
Minimum version required
  • Version 9
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 06/08/2022

Send a report | Local help