ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / Developing an application or website / Controls, windows and pages / Controls: Available types / List Box control
  • Overview
  • Selection mode
  • Move
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
Main characteristics of a List Box control
Overview
The main characteristics of a List Box control are as follows:
Selection mode
The "UI" tab in the List Box control description window allows you to define the selection mode in the control.
The available selection modes are as follows:
  • Single selection: The selection bar is displayed on the selected row. The row selection code is executed.
  • Multi-selection: The selection bar is displayed on the selected rows. To select several rows, hold the Shift or Ctrl key down. The row selection code is executed each time a row is selected.
Move
The options to move through the List Box control can be defined in the "Details" tab of the control description window. You can define:
  • WINDEVUniversal Windows 10 App The display mode of the horizontal/vertical scrollbar. It can be:
    • automatic: the scrollbar will be displayed when necessary.
    • always visible: the scrollbar will always be displayed.
    • never visible: the scrollbar will never be displayed.
  • The scrolling mode:
    • WINDEVUniversal Windows 10 App Per-pixel scrolling: rows can be displayed partially according to the scrollbar position.
    • WINDEV Touch scrolling: used to handle the scrollbar in a touch screen.
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