Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
AutoCompleteBox のドロップダウン リストで選択した項目の背景を変更する方法を知っている人はいますか?
選択したアイテムの背景を設定したいだけの場合は、SystemColors.HighlightBrushKey
SystemColors.HighlightBrushKey
<sdk:AutoCompleteBox> <sdk:AutoCompleteBox.Resources> <SolidColorBrush x:Key="{x:Static SystemColors.HighlightBrushKey}" Color="Red"/> </sdk:AutoCompleteBox.Resources> </sdk:AutoCompleteBox>