0
我需要幫助來更改SurfaceListBox選擇的顏色。WPF使用SurfaceListBox - 高亮顏色選擇
現在進出口使用此:
<Style x:Key="styleSurfaceListBox" TargetType="{x:Type my:SurfaceListBox}">
<Setter Property="ItemsPanel">
<Setter.Value>
<ItemsPanelTemplate>
<StackPanel Orientation="Horizontal"
VerticalAlignment="Center"
HorizontalAlignment="Center"
Background="Transparent" />
</ItemsPanelTemplate>
</Setter.Value>
</Setter>
</Style>
我需要做出選擇的顏色transparente?
您可以在這裏找到答案[here](http://stackoverflow.com/questions/794792/wpf-listbox-selection-color) – dvvrd
非常感謝!這是完美的!!! –