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.
  • AndroidiPhone/iPad Android/iOS selection mode (hide banner after selection): This option hides the selection banner after selection.. The banner appears only when the line is pressed.. Then, 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:
  • WINDEViPhone/iPad 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:
    • WINDEViPhone/iPad Per-pixel scrolling: rows can be displayed partially according to the scrollbar position.
    • WINDEViPhone/iPad Touch scrolling: used to handle the scrollbar in a touch screen.
    • Android Fast scrolling: you can scroll through the control with a specific scrollbar on the right edge of the control.
      If the "With alphabetical indexing" option is selected, an alphabetical scrollbar will appear to allow users to jump to the element that starts with the desired letter.
      Use conditions:
      • Fast scrolling is only available for List Box controls populated programmatically or with in-memory data source.
      • Fast scrolling is available for List Box controls sorted alphabetically.
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