Y coordinate of a selected row in a listView

  • Thread starter Thread starter touf
  • Start date Start date
Hello,

touf said:
how can we know the y Coordinate of the selected item
in a listView.

Untested:

The 'ListView' class provides a 'GetItemRect' method, the 'ListViewItem'
class a 'GetBounds' method.
 
Back
Top