T touf Sep 17, 2003 #1 Hi, how can we know the y Coordinate of the selected item in a listView. thanks
H Herfried K. Wagner [MVP] Sep 17, 2003 #2 Hello, touf said: how can we know the y Coordinate of the selected item in a listView. Click to expand... Untested: The 'ListView' class provides a 'GetItemRect' method, the 'ListViewItem' class a 'GetBounds' method.
Hello, touf said: how can we know the y Coordinate of the selected item in a listView. Click to expand... Untested: The 'ListView' class provides a 'GetItemRect' method, the 'ListViewItem' class a 'GetBounds' method.