Issue with handling listcontrol column header checkbox click? Notify not working

415 Views Asked by At

I have used the list control with header checkbox. used block line in BEGIN_MESSAGE_MAP() ON_NOTIFY(HDN_ITEMSTATEICONCLICK,IDC_ONLINE_USERS_LIST, OnHeaderItemStateIconClick)

but OnHeaderItemStateIconClick not getting called when i click on header checkbox.

0

There are 0 best solutions below