code to move the scroll bar of windows
- Posted by sergelli Feb 28, 2013
- 1166 views
How do I move the scroll bar inside of a listView?
This scroll bar is automatically created by Windows, when the content is larger than the screen.
I tried setVScrollPos (ListView, nnn) and even setVScrollPos ({ListView,SB_VERT}, nnn)
But the first does nothing and the second gives error.
Please, any ideas?