Laden...

Windows 8 ListBox

Erstellt von hannes123456 vor 10 Jahren Letzter Beitrag vor 10 Jahren 1.132 Views
H
hannes123456 Themenstarter:in
47 Beiträge seit 2013
vor 10 Jahren
Windows 8 ListBox

Leier klappt dies nicht unter Windows 8 gibts da eine Lösung ?

      <Style TargetType="{x:Type ListBoxItem}" x:Key="ContainerStyle">
            
        
            <Style.Resources>
                <!-- Background of selected item when focussed -->
                <SolidColorBrush x:Key="{x:Static SystemColors.HighlightBrushKey}" Color="Transparent" />
                <SolidColorBrush x:Key="{x:Static SystemColors.HighlightTextBrushKey}" Color="Transparent" />
                <SolidColorBrush x:Key="{x:Static SystemColors.ControlBrushKey}" Color="Transparent" />
                <SolidColorBrush x:Key="{x:Static SystemColors.ControlTextBrushKey}" Color="Transparent" />
                <SolidColorBrush x:Key="{x:Static SystemColors.InactiveSelectionHighlightBrushKey}" Color="Transparent" />
                <SolidColorBrush x:Key="{x:Static SystemColors.InactiveSelectionHighlightTextBrushKey}" Color="Transparent" />




            </Style.Resources>
H
hannes123456 Themenstarter:in
47 Beiträge seit 2013
vor 10 Jahren