Click here to Skip to main content
15,868,016 members
Everything / TabControl

TabControl

TabControl

Great Reads

by Richard James Moss
This article describes adding design time support for a TabControl-like component which renders the same way the Project Properties in Visual Studio 2012.
by wpfdev
This blog post is re-posted from www.eriklieben.com. Looking at the file tab of Word 2010, I’ve wondered if a WPF tab control could be transformed to this layout. At first, this felt like something that could never be done, without doing a lot of magic or building it from scratch...
by Brian C Hart
This tip shows how to add support for New Horizontal Tab Group and New Vertical Tab Group commands to the Window menu of an application using the DockPanel Suite by Weifen Luo, and some other minor improvements to help decided if at least one of your windows is docked to the side of the main form an
by PIEBALDconsult
A binary search technique to determine which TabPage of a TabControl was clicked

Latest Articles

by Aleh Baradzenka
In this article, you will learn about an adjustable control that has zooming and scrolling tabs, dragging with the mouse, custom drawing and much more.
by Aleh Baradzenka
This control is another kind of tab. Tabs are displayed as horizontal stripes and can be collapsed into buttons. Each tab is assigned its own window, which is shown when you click on the tab.
by siliconvideo
This article present code that implements a tab control with pop out windows
by _Noctis_
Use a project with a TabControl to quickly test theories, questions, problems

All Articles

Sort by Updated

TabControl 

25 Mar 2021 by Aleh Baradzenka
In this article, you will learn about an adjustable control that has zooming and scrolling tabs, dragging with the mouse, custom drawing and much more.
16 Mar 2021 by Aleh Baradzenka
This control is another kind of tab. Tabs are displayed as horizontal stripes and can be collapsed into buttons. Each tab is assigned its own window, which is shown when you click on the tab.
4 May 2018 by siliconvideo
This article present code that implements a tab control with pop out windows
2 Dec 2012 by Ivan Krivyakov
This is an alternative for "Persist the Visual Tree when switching tabs in the WPF TabControl (optimized)".
9 Apr 2012 by Eugene Sadovoi
This is an alternative for "Persist the Visual Tree when switching tabs in the WPF TabControl".