标签: c# wpf tabcontrol
当从一个选项卡上的元素触发事件时,如何让处理程序将视图切换到另一个选项卡。
我正在寻找如何用C#代码,而不是xaml。我做过研究,找不到c#解决方案。
答案 0 :(得分:1)
TabControl.SelectedIndex = <Integer index of the tab you want to display in the 0-based Tab array>