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.
あるタブの要素からイベントが発生した場合、ハンドラーでビューを別のタブに切り替えるにはどうすればよいですか。
xaml ではなく、C# コードで行う方法を探しています。調査を行いましたが、ac# ソリューションが見つかりません。
TabControl.SelectedIndex = <Integer index of the tab you want to display in the 0-based Tab array>