开发者

Programmatically make a Header item 'hot' or 'selected'

开发者 https://www.devze.com 2023-01-04 21:02 出处:网络
I\'m using a Win32 Header. I want to make it so that the header item I click on stays \'s开发者_JAVA百科elected\' or looks selected until I press another one. I want to avoid disabling it for aestheti

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

Thanks


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

0

精彩评论

暂无评论...
验证码 换一张
取 消