To pragmatically set the focus on TabItems in WPF or Silverlight it’s not enough to set “IsSelected” to true and call “Focus()” on the specific TabItem. In order to get to the desired result, you have to do the following steps: Set “tabControl.SelectedItem … Continue reading
10.12.2011
by Timo Korinth
0 comments