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.

Stop TabControl from recreating its children

I have an IList of viewmodels which are bound to a TabControl. This IList will not change over the lifetime …

c# wpf mvvm datatemplate tabcontrol
Dynamic TabControl in WPF MVVM

I started using WPF (in C#) some weeks ago and now i need help for some advanced use of tabcontrol. …

c# wpf xaml tabcontrol tabitem
TabControl.VerticalAlignment = Stretch doesn't do anything

I am trying to make a TabControl to auto resize according to the its outer space(it's in a StackPanel): &…

wpf layout vertical-alignment tabcontrol
How to remove the default margin on the content of a TabItem?

I'm using the TabControl class in WPF and I've noticed that the content of each TabItem has a default margin …

wpf tabcontrol margin tabitem
select tabItem programmatically in WPF

I have different tabItems in a TabControl and each tabItem has some input fields. I am moving between the tabItems …

wpf tabcontrol tabitem
WPF TabControl - Preventing Unload on Tab Change?

Is there a way to prevent the Tab Unload/Reload when a tab changes in a WPF tab control? Or …

wpf caching tabcontrol
How to add DataGridView dynamically to TabPage

I have a TabControl. I dynamically want to add TabPages that would have dynamically added DataGridView. I am able to …

c# windows datagridview tabcontrol tabpage
C# TabControl Selected event seems to not work

I am trying to access the event handler for selecting a tab, basically I have 3 tab pages inside of tabControl1. …

c# tabcontrol
How to bind items of a TabControl to an observable collection in wpf?

What is the simplest example of binding the items of a TabControl to an ObservableCollection? Each tab's content will have …

wpf data-binding mvvm tabcontrol observablecollection
WPF Customized TabControl

I have to develop a customized tab control and decided to create it with WPF/XAML, because I planned to …

wpf xaml tabcontrol customization