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.

Close button in tabControl

is there anyone can tell me how to add close button in each tab in using tabControl in C#? i …

c# winforms tabcontrol
How to test which tab is selected in VB.net TabControl

I have a TabControl with two TabPages and I was wondering what is the best way to test which tab …

.net vb.net tabcontrol
Set TabPage Header Color

Greetings, I have a tab control and I want to have 1 of the tabs have it's text color changed on …

c# winforms colors header tabcontrol
How to programmatically select a TabItem in WPF TabControl

I would like to know how to select a specific TabItem in a WPF TabControl. I tried these bellow but …

wpf tabcontrol tabitem
WPF Tab Control: How do I get the currently selected tab?

In my tab SelectionChanged event (is this the correct event, I can't find a tab changed event?), how do I …

c# .net wpf tabcontrol selecteditem
Open link in new TAB (WebBrowser Control)

Does anybody know how to click on a link in the WebBrowser control in a WinForms application and then have …

c# .net winforms webbrowser-control tabcontrol
How to create trapezoid tabs in WPF tab control

How to create trapezoid tabs in WPF tab control? I'd like to create non rectangular tabs that look like tabs …

wpf xaml tabcontrol
Customizing a TabControl for the Closing of Individual Tabs

My scenario is the following: I am working on a winforms application in C# that has a button inside the …

c# winforms user-interface controls tabcontrol
WPF tab control and MVVM selection

I have a TabControl in an MVVM WPF application. It is defined as follows. <TabControl Style="{StaticResource PortfolioSelectionTabControl}" SelectedItem="{…

wpf mvvm prism tabcontrol
Hide the TabControl header

What's the programmatic way (ie not using styles as in this question, but using code) to hide the TabControl header? …

c# wpf tabs tabcontrol