Virtual CListView page scrolling
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
I am using a CListView derived class and using it as a virtual list control to display over 30,000 items from a database. Its all working very good, my only complaint is about the scrolling effect when doing a page down or page up. It looks like the whole page is scrolled (up or down) before the items are repainted and is very noticeable. I would like the view to be redrawn faster (avoiding the scroll effect). Just like when you go to the end or top, by pressing the End or Home keys. I know that the scrolling effect is good when dragging the thumb of the scrollbar, but for page up and down, for an entire page it is not good. Anyone knows how to get rid of the scrolling affect ? thanks, Louis.