1. ListView Question (LVS_NOSCROLL)
- Posted by C Bouzy <CBouzy at Egisca.com> May 10, 2007
- 624 views
Hello All, If I use LVS_NOSCROLL to remove the ScrollBars in a ListView, is there a way to “reapply” the ScrollBars to the ListView? ~C Bouzy "If you do what you have always done, you will get what you always got."
2. Re: ListView Question (LVS_NOSCROLL)
- Posted by C Bouzy <CBouzy at Egisca.com> May 10, 2007
- 633 views
Disregard my last message.... I figured out how to do it: removeStyle(MyListView, LVS_NOSCROLL) ~ C Bouzy "If you do what you have always done, you will get what you always got."