Hide Scrollbar but scroll anyway [listView]

  • Thread starter Thread starter Tim Bücker
  • Start date Start date
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.
 
Back
Top