listview and scrollbars

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 ?
 
C

Claes Bergefall

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top