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.

Let WPF Tabcontrol height assume height of largest item?

Is there any way to have to tabcontrol take the size of the largest tab item (well, actually, the tabitem's …

wpf height tabcontrol multibinding
CF - TabControl - how to make the tabs bigger?

I have a tab control with tab pages (cf). The tabs are too small ... can some1 tell me how can …

c# compact-framework tabcontrol tabpage
WinForms Hiding TabControl Headers

I need some way to hide the headers of a TabControl (I'll be switching the selected tab programatically). How can …

winforms tabcontrol
WPF TabControl - Cannot programmatically select tabs

I have a user interface with a TabControl that initially displays a start page. Other items can be added to …

c# wpf tabcontrol
WPF: hiding a tab item in a tab control thats bound to an observable collection

I have a tab control bound to an observablecollection for dynamic tabs as follows: <TabControl ItemsSource="{Binding AllTabs}" SelectedIndex="{…

wpf mvvm tabcontrol hide tabitem
How to change the color of the selected tab in the TabControl?

I am implementing a TabControl for a dialog box in WPF. The color of the selected tab (mouse-down) is white …

c# wpf xaml tabs tabcontrol
How to rearrange a WinForms TabControl TabPages during design time?

How to reorder TabPages during design? In a project of mine I don't mean to implement runtime reordering, but I'd …

c# .net winforms tabcontrol
WPF TabItem Content alignment is always centered

I'm trying to put some content inside my TabItem, but I can't add a container that fills the space of …

wpf tabcontrol alignment
Adjusting TabItem width automatically to fill spaces?

I have a TabControl object with some TabItem objects inside. Now the sum of width of TabItem is not long …

c# wpf tabcontrol alignment tabitem
Binding TabControl ItemsSource to Collection of ViewModels

For some reason I am having a heck of a time getting my TabControl to display properly when binding the …

wpf xaml binding tabcontrol