Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

CListCtrl Vertical Scrollbar in List View

I have a CListCtrl in "List" view mode and I can't get it to scroll vertically instead of horizontally.

I've tried the suggesting here: Vertical Scrollbar in CListCtrl but that only works when using the icon view mode. It doesn't work in list mode.

So, how can I get my CListCtrl in list view mode to scroll vertically?

like image 696
dwyatt Avatar asked Nov 24 '22 10:11

dwyatt


1 Answers

Have you tried this? "Change the Alignment style in designer from Left to Top." Vertical Scrollbar in CListCtrl

like image 124
Hans Avatar answered Nov 26 '22 23:11

Hans