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.

How to hide TabPage from TabControl

How to hide TabPage from TabControl in WinForms 2.0?

c# winforms tabcontrol tabpage
How can I disable a tab inside a TabControl?

Is there a way to disable a tab in a TabControl?

c# winforms tabcontrol
Activate tabpage of TabControl

I am using TabControl in #.NET application. By default first tab page of TabControl is showing in form loading. I …

c# winforms tabcontrol tabpage
Hiding and Showing TabPages in tabControl

I am trying to show or hide tabpages as per user choice. If user selects gender male then form for …

vb.net tabcontrol tabpage
Check if a specific tab page is selected (active)

I am making an event to check if specific tab page in a tab control is active. The point is, …

c# winforms tabcontrol tabpage
Is there Selected Tab Changed Event in the standard WPF Tab Control

In WPF, is there an event that can be used to determine when a TabControl's selected tab changes? I have …

wpf events tabcontrol
WPF TabItem Header Styling

I'm trying to style a TabControl and have got 75% of the way there, but I'm having difficulty styling the actual …

wpf xaml header styles tabcontrol
Disable and hide a TabPage

How I can make a TabPage in a TabControl visible/hidden and enabled/disabled?

c# .net winforms tabcontrol tabpage
How to use DockStyle.Fill for standard controls in WPF?

I'm used from windows forms, that I create a panel, place controls inside it and give them DockStyle.Fill to …

c# wpf tabcontrol docking
How do I bind a TabControl to a collection of ViewModels?

Basically I have in my MainViewModel.cs: ObservableCollection<TabItem> MyTabs { get; private set; } However, I need to somehow …

c# wpf mvvm tabcontrol tabitem