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.

Hiding and Showing TabPages in VB .NET - TabManager

I try to hide and show tabpages dynamically at runtime. For this I converted the code of Emile from here …

.net vb.net tabcontrol tabpage
TabControl with Close and Add Button

I'm tring to make a tab control have a "x" (close button) and "+" (new tab button). I found a solution …

c# .net winforms custom-controls tabcontrol
WPF/C#: How does one reference TabItems inside a TabControl?

I'm sure there is something simple that I am missing, but I must confess that at this point I am …

c# wpf tabcontrol tabitem
New Window in a TabItem?

Is it possible to open another Window in a TabControl's TabItem? The reason I want to do this is that …

c# wpf window tabcontrol tabitem
WPF: Center TabItems in a TabControl

in my XAML code, I have a TabControl with multiple items. The problem I have is that I can not …

wpf tabcontrol tabitem
Is it possible to Left-Align headers in a WPF TabControl?

Right now, I have a WPF window where all the tab labels of the TabControl are centered. I'd like the …

wpf xaml alignment tabcontrol
How to use a CTabCtrl in a MFC dialog based application?

I need to do something which i expected to be was simple - create a tab control which has 2 tabs, …

user-interface mfc tabcontrol ctabctrl
How do I disable visual styles for just one control, and not its children?

I have a TabControl within a TabControl. I want the outer TabControl to show its tabs on the left. However, …

c# .net winforms tabcontrol
Binding to ItemsSource of TabControl in WPF

I am trying to create a User Control that represents what I am calling a workspace (a reference from a …

wpf binding datatemplate tabcontrol tabitem
VisualTreeHelper.GetChildren does not find children of TabItem

I have the following C# code to find children of a DepedendencyObject: public static IEnumerable<T> FindVisualChildren<…

wpf tabcontrol visualtreehelper