How to hide Scroll bars in a CListCtrl??
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
I have in an application several List controls. I don't want scrollbars, even when all the content of the list is not visible. I have tried different ways but I didn't find the solution. I did this with CListBox with no problems but list controls are different. The LVS_NOSCROLL style is not what I want, because I still want to be able to scroll programatically. I would appreciate a hint. Best regards Jose