如何在TreeViewItem中删除此蓝色选择背景?

时间:2011-11-04 17:29:18

标签: c# .net wpf blend

打印屏幕:

http://imageshack.us/photo/my-images/253/bluebackground.png/

我有一个treeViewItem,当我点击它时,这个该死的蓝色选择出现在它里面!我已经尝试在风格中选择触发器。但是没有解决!

请帮忙!

1 个答案:

答案 0 :(得分:2)

哦,愤怒。

<TreeView.Resources>
    <SolidColorBrush x:Key="{x:Static SystemColors.HighlightBrushKey}">
        Transparent
    </SolidColorBrush>
    <SolidColorBrush x:Key="{x:Static SystemColors.HighlightTextBrushKey}">
        Black
    </SolidColorBrush>
</TreeView.Resources>