scroll in listview ???
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
scroll in listview ??? my listview has 16 columns and it dont show all of data in it. Is there a way to scroll to right (such as to display last column) without use HScroll thanks
-
scroll in listview ??? my listview has 16 columns and it dont show all of data in it. Is there a way to scroll to right (such as to display last column) without use HScroll thanks
You want to scroll without using the horizontal scroll bar. Is that right? If so, you'll have to make each of the columns narrow so they all fit within the view area.