Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
OverviewMethodsThis PackageAll Packages
ListView.setMultiSelect
Sets a boolean value indicating whether multiple items can be selected at one time in the list view control.
Syntax
public void setMultiSelect( boolean flag )
Parameters
flag
Set to true if multiple items can be selected at one time in the list view control; otherwise, set to false. The default value is true.
See Also getMultiSelect