Top "Tabcontrol" questions

A tab control is a control in graphical user interface which contains multiple tab items that share the same space on the screen.

C# TabControl TabPage Change

How do I change the tabpage being displayed in my tabcontrol programmatically?

c# .net tabcontrol tabpage
Hide Tab Header on C# TabControl

I am developing a Windows Form Application with several pages. I am using a TabControl to implement this. Instead of …

c# winforms tabcontrol
TabPage Click Events

I'm trying to automatically trigger events based on the tab page that is clicked on the tab control. In design …

c# winforms tabcontrol tabpage
In C# WPF, why is my TabControl's SelectionChanged event firing too often?

I have a tabbed GUI with each tab containing a Frame. In one of these Frames there is a DataGrid. …

c# wpf tabcontrol tabitem
How can I make a specific TabItem gain focus on a TabControl without click event?

How can I tell my TabControl to set the focus to its first TabItem, something like this: PSEUDO-CODE: ((TabItem)(MainTabControl.…

c# wpf xaml focus tabcontrol
How do I programmatically select a tab on a .NET CF TabControl?

With the .NET Framework 2.0/3.5 TabControl, I can programmatically select a tab using the SelectedTab property as shown in the code …

c# .net compact-framework tabcontrol
Embed a form onto a tabcontrol in windows forms

I have a tab control in a windows form and I want to be able to click on a tab …

c# forms tabcontrol windows-forms-designer
How can I bind a List collection to TabControl headers in WPF?

I can get data into my TabControl but the headers have frames around them and I can't slick from tab …

wpf data-binding tabcontrol
Vertical Tab Control with horizontal text in Winforms

I would like to have the tabs on my TabControl displayed on the left, or sometimes right. Unlike the System.…

c# .net vb.net winforms tabcontrol
How to build vertical tab sets in WPF?

How to build vertical tab sets in WPF? The tabs will stack up in top-to-bottom just like the "Properties" of …

wpf tabcontrol