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 change background color of TabControl.Header

I need to change the background color of the TabControl header, but TabControl haven't property for it, how can I …

c# wpf background styles tabcontrol
How to preserve control state within tab items in a TabControl

I am a newcomer to WPF, attempting to build a project that follows the recommendations of Josh Smith's excellent article …

wpf mvvm binding tabcontrol state
How to change selected tab on Button click in WPF TabControl with Buttons in Header

I have a WPF TabControl that has a couple of buttons in the TabItem header. I want the selected tab …

wpf tabcontrol selecteditem
WPF TabControl Databinding

I'm trying to build a WPF user interface containing a TabControl, and a TextBlock. I want to bind these two …

wpf data-binding tabcontrol
Hide Tab headers in WPF TabControl

What is the best way to hide Tab headers when there is only a single visible Tab? I want to …

wpf tabcontrol
`vsync` property in TabController constructor

According to this: sample code I created my own implementation of TabController: void main() { runApp(new MyApp()); } class MyApp extends …

dart tabcontrol flutter
TabControl.ItemTemplate: set TabItem.Header.Text to a MultiBinding with StringFormat

How do I set the TabItem.Header to bindings taken from few fields, each binding shown in a different size, …

wpf binding header tabcontrol tabitem
Programmatically hide/remove tabpages in VB.NET

I have 10 tabpages on my form. Based on an input in a textbox, I want to programmatically remove number of …

vb.net tabcontrol tabpage
How to put WPF Tab Control tabs on the side

I am trying to create a Tab Control in WPF that has the tabs arranged down the right side of …

wpf xaml tabcontrol
Change the Tab size of tabControl

I redraw the graphics of the Tab for the TabControl but I can't set the Width of it. What I …

c# winforms visual-studio tabcontrol