WPFがあり、その文字を入力するときにComboBox(たとえば)「e」で始まるアイテムに移動したいと思います。ComboBoxどのように?
私のXAMLコード:
<ComboBox ItemsSource="{Binding Roles}" SelectedValuePath="Id"
ItemTemplate="{StaticResource ComboBoxDisplayName}"
SelectedItem="{Binding SelectedRole}"
Width="150"/>