derive your own class from CListCtrl (if you're using MFC) and add a message handler for WM_VSCROLL. in plain win32 you will need to replace the default listctrl window proc with your own and handle WM_VSCROLL manually.
derive your own class from CListCtrl (if you're using MFC) and add a message handler for WM_VSCROLL. in plain win32 you will need to replace the default listctrl window proc with your own and handle WM_VSCROLL manually.