Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 Win10 上,想更改使用 uxtheme API 绘制 ListView 控件时使用的颜色。
但是,当通过 DrawThemeBackgroundEx 绘制 ListView ListItem ( LVP_LISTITEM) 背景时,它总是在此资源管理器中绘制,例如选中时的浅蓝色 ( LISS_SELECTED) 或选中但未激活时的浅灰色 ( LISS_SELECTEDNOTFOCUS)。
LVP_LISTITEM
LISS_SELECTED
LISS_SELECTEDNOTFOCUS
有没有办法将选择颜色更改为其他颜色,而不是似乎在主题中硬编码的蓝色和灰色?