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.
当控件没有焦点并且选择没有隐藏时,是否有任何系统颜色定义列表视图项的背景?如果是这样,我找不到它。
编辑:我认为它是 .Net 中作为 MenuBar(或 ControlFace 或 Control)列出的那个,但如果有人能确认它会很好。
我一直使用这种SystemColors.Control颜色,而且从来没有不匹配。
SystemColors.Control
如果使用VisualStyles,您可以尝试自己渲染它:
VisualStyles
var vsr = new VisualStyleRenderer( VisualStyleElement.ListView.Item.SelectedNotFocus); vsr.DrawBackground(e.Graphics, rect);