Resources  
  • Creating Our Own TabControl In C#Jul 11, 2017. In this article we will create our own TabControl component using Buttons and Panels in very easy steps
  • Using XAML TabControl in WPFJan 08, 2015. This tutorial shows how to use a TabControl in WPF.
  • Getting Started With TabControl in F#Sep 25, 2013. This article explains the TabControl class, the Tabpage property and how to add the TabControl class to a Windows Forms form.
  • Using the TabControl control in WPF 4Nov 14, 2011. This article introduces you to the TabControl control in WPF.
  • C# TabControl Apr 03, 2011. The TabControl manages tab pages where each page may host different child controls. In this article, I will demonstrate how to create and use a TabControl in Windows Forms using C#.
  • Silverlight- TabControl Example Part 1 Dec 14, 2010. In this article we will be seeing how to create Silverlight TabControl control.
  • Silverlight- TabControl Example Part 2Dec 14, 2010. In this article we will be seeing how to create Silverlight TabControl.
  • Working with Windows TabControl with C#Dec 16, 2003. Windows TabControl is a useful control that allows you display multiple dialogs tabs on a single form by switching between the tabs. In this tutorial, I will explain how to create and use a TabControl in your Windows applications with C#.
  • TabControl in SilverlightJul 03, 2008. This article discusses how to create and use a TabControl available in Silverlight 2.0.
  • Navigation In WPF And MVVM Using Tab controlsJun 14, 2022. To manage the content of the graphical region in WPF, there is some tools (like PRIM) that allows to have a main region which doesn't change during the navigation, and a dynamic one that will hold the content of the controls. In some simple cases, we want to perform it in a simple way without using any tool. Fortunately, the Wpf Material design Toolkit http://materialdesigninxaml.net/ is providing great items that can be used as navigation menus. In this article I'm going to show you how to create an application and navigate between views using The tab control of the Material design toolkit in WPF
  • How to Use the Material Design Theme With Dragablz Tab ControlFeb 09, 2015. Combining Google Material theme, Design and Dragablz for a great, tear-able TabControl.
  • Selector Class in WPFFeb 26, 2014. This article explains the Selector class inherited by WPF Controls.
  • Using Tools and Windows in Expression Blend 2.0Sep 14, 2010. This article is a basic introduction of Expression Blend 2 and how to use various tools in Expression Blend. I am using Expression Blend version 2.0.
  • Tab Control In WPFJan 29, 2009. In this article I am going to explain how to implement tabcontrol in WPF.