skip to main content

Controls Reference : LIST-BOX : Properties : Selection-Mode

Selection-Mode
This property activates the ability to select multiple rows in a List-Box.
The possible values, defined in isgui.def, are:
In this mode, if the Check-List style is set, radio buttons are shown before the List-Box items.
If the Check-List style is set, the same effect of lssm-multiple-interval-selection (value 4) is obtained.
In this mode, if the Check-List style is set, check boxes are shown before the List-Box items.
The list of the selected items can be retrieved by inquiring the property Rows-Selected.
Example - Define a list-box checked where multiple rows can be selected:
screen section.
  03 screen-1-lbc-1 List-Box
     line 5.7
     column 3.1
     size 34.6 cells 
     lines 15.5 cells 
     check-list
     selection-mode 4

Copyright (c) 2017 Veryant
Contact us
Please share your comments on this manual or on any
Veryant product documentation with the email button at the top left