PDFListBox.RowSelectionType
From Xojo Documentation
Property (As PDFListBox.RowSelectionTypes )
aPDFListBox.RowSelectionType = newPDFListBox.RowSelectionTypesValue
or
PDFListBox.RowSelectionTypesValue = aPDFListBox.RowSelectionType
New in 2021r3
Supported for all project types and targets.
or
PDFListBox.RowSelectionTypesValue = aPDFListBox.RowSelectionType
New in 2021r3
Supported for all project types and targets.
Indicates the type of row selection allowed via mouse gestures.
Notes
The type of allowed row selection is set via PDFListBox.RowSelectionTypes.
The default is single-row selection.