I created a ownerdraw, Report style, CExListCtrl. This class is derived from CListCtrl (MFC). I have overwritten OnKeyDown (and more) to catch key strokes and mouse button clicks. I'm using OnKeyDown to catch all navigating keyhits (arrow keys, pageup, pagedown, ...). The ExListCtrl displays...