.Net control System.Windows.Forms.ListView

Posted by PeterWokke on 16-Sep-2014 03:53

On a list view control I try to implement the event _ItemSelectionChanged.

In the method I would like to get the selected ListViewItem. The method GetItemAt does not work on this becauce it neds an X and Y value that comes from a mouse event.

Who know how to get the ListViewItem from not mouse events?

Regards,

Peter Wokke 

All Replies

Posted by Rob Debbage on 16-Sep-2014 04:14

Hello Peter,

Is your question really related to Rollbase or is it for OpenEdge Development?

It looks more like OE Dev, but could you confirm?

Thanks,

Rob

Posted by PeterWokke on 16-Sep-2014 04:57

Rob,

It is related to PSDOE development in.

Sorry this ended in the wrong segment.

Peter

Posted by Lieven De Foor on 18-Sep-2014 04:10

The selected item is in the ListViewItemSelectionChangedEventArgs input parameter of the event handler.

Posted by Lieven De Foor on 23-Sep-2014 11:15

Did this answer your question? People tend to stop putting effort in answering questions when no sign of interest is shown...

This thread is closed