Guest User

Untitled

a guest
Oct 19th, 2017
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. <ListView x:Name="DispList" ItemContainerStyle="{StaticResource MySty}" ItemTemplate="{StaticResource Mine}">
  2.  
  3. </ListView>
  4.  
  5. <Style TargetType="{x:Type ListViewItem}" x:Key="MySty">
  6. <Style.Resources>
  7. <SolidColorBrush x:Key="{x:Static SystemColors.HighlightBrushKey}" Color="Transparent"/>
  8. </Style.Resources>
  9. </Style>
Add Comment
Please, Sign In to add comment