Do x:Static extensions work in WinRT-XAML?
问题 Edit: This is continue of this topic:Disable blue border for selected Listview item 2 I wanted to do this in app for Windows 8.1: <ListView x:Name="gui_listView" HorizontalAlignment="Left" Height="610" Margin="48,54,0,0" VerticalAlignment="Top" Width="256" SelectionChanged="gui_listView_SelectionChanged" SelectionMode="Extended"> <ListView.Resources> <SolidColorBrush x:Key="{x:Static SystemColors.HighlightBrushKey}" Color="Transparent"/> </ListView.Resources> </ListView> But microsoft