Search code examples
c++mfcscrollclistctrl

Vertical Scrollbar in CListCtrl


I'm using a CListCtrl in Icon view, but it scrolls horizontally:

1 3 5 7 -->
2 4 6 8 -->

I'd rather it scroll horizontally:

1 2
3 4
5 6
| |
V V

Is there a way to do this?


Solution

  • Change the Alignment style in designer from Left to Top.