DesktopListBox.CellKeyDown
From Xojo Documentation
Event
DesktopListBox.CellKeyDown(row as Integer, column as Integer, key as String) As Boolean
New in 2021r3
Supported for all project types and targets.
New in 2021r3
Supported for all project types and targets.
The user has pressed a key while a cell in the ListBox is being edited.
Notes
This cell is identified by the Row and Column parameters. Key is the key that the user pressed.
CellKeyDown returns a Boolean. Returning True prevents the text from changing automatically and prevents the CellTextChanged event from firing.