C# Corner
Tech
News
Videos
Forums
Trainings
Books
Live
More
Interviews
Events
Jobs
Learn
Career
Members
Blogs
Challenges
Certifications
Bounties
Contribute
Article
Blog
Video
Ebook
Interview Question
Collapse
Feed
Dashboard
Wallet
Learn
Achievements
Network
Refer
Rewards
SharpGPT
Premium
Contribute
Article
Blog
Video
Ebook
Interview Question
Register
Login
Tags
No tag found
Content Filter
Articles
Videos
Blogs
Resources
News
Forums
Interviews
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Mahesh Chand(4)
Vijai Anand Ramalingam(2)
Pritam Zope(1)
Pankaj Lohani(1)
Mamta M(1)
Aymen Amri(1)
James Willock(1)
Chetna Solanki(1)
C# Curator(1)
Purushottam Rathore(1)
Resources
No resource found
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 WPF
Jan 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 4
Nov 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 2
Dec 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 Silverlight
Jul 03, 2008.
This article discusses how to create and use a TabControl available in Silverlight 2.0.
Navigation In WPF And MVVM Using Tab controls
Jun 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 Control
Feb 09, 2015.
Combining Google Material theme, Design and Dragablz for a great, tear-able TabControl.
Selector Class in WPF
Feb 26, 2014.
This article explains the Selector class inherited by WPF Controls.
Using Tools and Windows in Expression Blend 2.0
Sep 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 WPF
Jan 29, 2009.
In this article I am going to explain how to implement tabcontrol in WPF.