Beispiel #1
0
 void HotKeys_SelectionChanged(object sender, SelectionChangedEventArgs e)
 {
     HotKeys.Items.Refresh(); //will update the item title if the bound items are changed
     HotKeys.ScrollIntoView(HotKeys.SelectedItem);
 }