だから、私はこれListBox
をXAMLで書いています:
<ListBox Margin="0" x:Name="ListBox_Main" Grid.Row="1" VerticalAlignment="Top" FontSize="24" SelectionChanged="ListBox_Main_SelectionChanged" Foreground="Black">
<ListBoxItem Content="Item 1" Background="#19000000" />
<ListBoxItem Content="Item 2" Background="#19000000" />
<ListBoxItem Content="Item 3" Background="#19000000" />
<ListBoxItem Content="Item 4" Background="#19000000"/>
<ListBoxItem Content="Item 5" Background="#19000000"/>
</ListBox>
リストボックスアイテムの背景、前景、およびテキストの色を変更できますが、いずれかのアイテムが選択されている場合は色を変更するオプションはありません。デフォルトでは青色です。
その青い色を変えてもいいですか?