Hide Scrollbar but scroll anyway [listView]

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Tim Bücker

    Hide Scrollbar but scroll anyway [listView]

    Hello.

    Is it really not possible to hide the scrollbars of a listview (
    this.listview.S crollable = false; )
    but do some scrolling anyway ( for instance:
    PostMessage(thi s.listview.Hand le, 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.


Working...