Override ListCtrl automatic horizontal scrolling on Left/Right KeyDown
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
I have a Report style CListCtrl and placed it in a CFormView. I have lots of columns such that not all of the columns appear on the ClistCtrl area so there is automatically a horizontal scrollbar. Now when i press left or right keyboard keys, I want Report list ctrl is to select previous or next column. I have that code already but it doesn't get called. Instead when i press the arrow keys, the list ctrl just scrolls left or right. How do I override this behavior? What are the related functions needed? tnx in advance maverick