T
Tim Bücker
Hello.
Is it really not possible to hide the scrollbars of a listview (
this.listview.Scrollable = false; )
but do some scrolling anyway ( for instance:
PostMessage(this.listview.Handle, WM_VSCROLL, wParam, lParam); )
I really hope someone can tell me that it is possible...
.... I want to do the scrolling using a custom scrollbar at another position
....
Thanks a lot for any help or comments!
Greetings,
Tim.
Is it really not possible to hide the scrollbars of a listview (
this.listview.Scrollable = false; )
but do some scrolling anyway ( for instance:
PostMessage(this.listview.Handle, WM_VSCROLL, wParam, lParam); )
I really hope someone can tell me that it is possible...
.... I want to do the scrolling using a custom scrollbar at another position
....
Thanks a lot for any help or comments!
Greetings,
Tim.