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.
プログラムでコンボボックス項目を強調表示する方法はありますか?
プロパティ IsHighlighted には setter(( がありません。スタイルを変更するだけでは不十分です。
ハイライトではなく選択することが目的の場合(IsHighlightedプロパティは選択されたアイテムを示すために使用されます)、親ComboBoxのIsSelectedプロパティまたはorSelectedItemを設定するだけです。SelectedValue
IsSelected
SelectedItem
SelectedValue