ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

ScrollBarShow (Function)
Displays (or not) a scrollbar in a WINDEV control (edit control or list box) even if no scrollbar was specified during the control description.
ListPosition (Function)
Displays a List Box or ListView control from a specified element or returns the index of the first element displayed in a List Box control (if the scrollbar was used).
<List Box>.Position (Function)
Displays a List Box (or a ListView) control from a specified element or returns the index of the first element displayed in a List Box control (if the scrollbar was used).
Binding a Scrollbar control to an item
A scrollbar can be bound to an item in a data file, query, etc....
Handling a Scrollbar control through programming
WINDEV allows you to handle a Scrollbar control through programming......
The Scrollbar control
...The Scrollbar control is used to scroll objects (text, captions, etc....
ScrollbarPosition (Function)
Used to manage the position of scrollbars: Modifies or retrieves the position of one of the horizontal or vertical scrollbars found in a control of a WINDEV or WINDEV Mobile application. Retrieves the position of one of the horizontal or vertical scrollbars found in a control of a WEBDEV site....
ListInfoXY (Function)
Returns the index of the row (or image) at a given position in a List Box or ListView control.
Optional events: Retrieved information
In WINDEV, you can add optional events in the code of the different elements of an application......
UsefulHeight (Property)
The UsefulHeight property is used to get and change the useful height of an internal window (or supercontrol) with scrollbars.
ScrollbarMaxPosition (Function)
Retrieves the maximum position of one of the horizontal or vertical scrollbars found in a control of a WINDEV application.
UsefulWidth (Property)
The UsefulWidth property is used to get and change the useful width of an internal window (or supercontrol) with scrollbars.
Ellipsis (Property)
The Ellipsis property is used to determine and change the truncation mode with ellipses in: a window control (Static, edit control, List box, Button, Combo box or Static table column). a Static control in a report....
WinUsefulSize (Function)
Specifies the useful size of an internal window with automatic scrollbars. The useful size corresponds to the full size of the internal window: Width of the internal window. Height of the internal window....
LineHeight (Property)
The LineHeight property is used to get and change the height of the rows: in a List Box control, in a ListView control (standard display mode only), in a Table control, in a Combo Box control, in a Looper control (height of the row), in an Organizer control....
Customizing the interface of a Table control
In a Table control, you have the ability to customize the following elements......
Pinned control in a window
A pinned control remains visible even if the user moves the scrollbar of the container to display a non-visible area......
Zooming a window (AAF)
The end user can zoom the content of a window with the mouse......
Parallax effect
"Parallax" effects make it possible to scroll the elements in the interface at different speeds......
Scrollbar control properties
List of properties associated with the Scrollbar control...
VisibleRange (Property)
The VisibleRange property is used to get and change the width of the Range Slider control track.
LooperRestorePositionAndSelection (Function)
Restores the scrollbar position in a Looper control as well as the selected elements.
<Looper>.RestorePositionAndSelection (Function)
Restores the scrollbar position in a Looper control as well as the selected elements.
ScrollbarIsVisible (Function)
Used to find out whether the scrollbar of a control in a WINDEV application is visible.
Specific features of the applications for iPhone/iPad