tags:

views:

42

answers:

1

I'm using a Win32 Header. I want to make it so that the header item I click on stays 'selected' or looks selected until I press another one. I want to avoid disabling it for aesthetic reasons.

Thanks

A: 

If this header is part of a listview, you can provide a visual clue with ListView_SetSelectedColumn

Anders