Top "Tabpage" questions

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
Dock Panel component for .NET that allows docking inside tab-pages?

I want to build a user-interface that, for historical reasons, has a lot of "columns" of information. Many of these …

.net components tabpage dockpanel tabpanel
How to make TabPages draggable?

I'd like to enable user to rearrange TabPages order by dragging and dropping. Moreover it'd be cool to enable user …

.net winforms drag-and-drop tabcontrol tabpage
Hiding/blocking tabs using windows forms in c#

The thing is that i have a 'log in window' and a 'mainwindow' that is called after pressing the log …

c# tabcontrol winforms tabpage
How to close tab page on tabcontrol by tab page's name

In c# how can I destroy a tab on a tab control by targeting it's name? I've a tab named "…

c# .net winforms tabcontrol tabpage
Horizontal scrollbar on tabPage

Working in Design mode on Visual Studio 2010... I am trying to get an horizontal scrollbar on a tabPage. From what …

c# winforms scrollbar tabpage
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
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