Scrollbar in CListCtrl
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
Hi, Is it somehow possible to have the horizontal scrollbar always visible in my listctrl? Or actually the problem is that with n fixed length columns it looks ugly if I leave room for the scrollbar which isn't there (kind of a (n+i)th column). And if I don't reserve that space for it, it looks ugly when the scrollbar appears because also the vertical scrollbar is shown. Which solution would be good style in this situation?