Know what row and column is clicked in a non editable DesktopListBox

Hello community,

I cannot find a simple way to retrieve this.

Use the MouseDown or DoubblePressed Events and the Information from the Documentation regarding Row/ColumnFromXY.
Note the notes on ListBoxes in containers :slight_smile:

There’s also the CellPressed event, which gives these parameters directly.