ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

This content has been translated automatically.  Click here  to view the French version.
Help / Developing an application or website / Controls, windows and pages / Controls: Available types / List Box control
  • Overview
  • Selection mode
  • Move
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
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:
  • Simple selection: Selection banner displayed on selected line. The row selection code is executed.
  • Multiple selection: Selection banner displayed on selected lines. 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:
  • WINDEV The display mode of the horizontal/vertical scrollbar. It can be:
    • automation: the elevator will be displayed only when needed.
    • always visible: the elevator will always be displayed.
    • never visible: the elevator will never be displayed.
  • The scrolling mode:
    • WINDEV 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: 09/30/2024

Send a report | Local help