- Overview
- Selection mode
- Move
Main characteristics of a List Box control
The main characteristics of a List Box control are as follows: 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.
 Android/iOS selection mode (hide the bar after the selection): This option hides the selection bar after the selection. This allows you to get the standard operating mode on these platforms: the bar appears only when the row is clicked. Then, 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.
This page is also available for…
|
|
|
|