My own List Control in MFC doesn't respons conrrectly to the keyboard
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
I have defined my own list control based on MFC's CListCtrl. When I select items in the list with mouse click, everything works fine, the onItemChanged even has been correctly fired. But when I walk through the list items with arrow keys (up and down), the selected item in the list hasn't been changed. Does anybody know why? Maruko