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.

Reorder tabs in WPF TabControl

Is there an easy way to customize the WPF TabControl so that it supports TabItem drag and drop - similar …

.net wpf drag-and-drop wpf-controls tabcontrol
TabControl and borders visual glitch

I have these visual glitches on every tabControls when I am changing its tabPages BackColor and the BackColor of the …

c# winforms tabcontrol
Add Items metroTabControl

Can anyone tell me how to add items/controls to a metroTabControl (windows forms)? Whenever I try to do so …

c# tabcontrol metro-ui-css
WPF tab control spacing between headers

The default behavior of the WPF Tabcontrol is to place the Tab Headers adjacent to each other, without any empty …

wpf header tabcontrol spacing gaps-in-visuals
How can i make WinForms TabPage header width fit it's title?

How can i make WinForms TabPage header width fit it's title? Here is the problem.

c# winforms width tabcontrol tabpage
What is the proper way to handle multiple datagrids in a tab control so that cells leave edit mode when the tabs are changed?

In wpf I setup a tab control that binds to a collection of objects each object has a data template …

wpf datagrid tabcontrol
Visual studio - TabControl.TabPages.Insert not working

Here's my code: public MainForm() { InitializeComponent(); MyServiceSettings obj = (MyServiceSettings)ConfigurationManager.GetSection("MyServiceSettings"); foreach (MyServiceConfigElement service in obj.Services) CreateServiceControl(service); } …

c# winforms tabcontrol tabpage
Dynamically hide a WPF TabItem

Let's say I have a very simple XAML <Window x:Class="WpfApplication2.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/…

wpf tabcontrol tabitem