listview and scrollbars

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I can't read the horizontal scroll position of the horizontal scrollbar of a listview (detail view) using c#
I wan't to know under which column a user has clicked even if the horizontal scrollbar has been used
listview doesn't inherit from scrollablecontrol so is it really possible ?
 
You can use PInvoke and call GetScrollInfo

/claes

AlexD said:
I can't read the horizontal scroll position of the horizontal scrollbar of
a listview (detail view) using c#.
I wan't to know under which column a user has clicked even if the
horizontal scrollbar has been used.
 
Back
Top