Abstract: 
Windows Presentation Foundation includes the TabControl which is used to display the data in tabular way. In this article we are going to take a look at the TabControl. We are going to see many different ways in which TabControl can be used. We will also implement a scrollable TabControl which can be used to display lots of TabItems in less space. 

Introduction: 

Windows Presentation Foundation includes the TabControl which is used to display the data in tabular way. In this article we are going to take a look at the TabControl. We are going to see many different ways in which TabControl can be used. We will also implement a scrollable TabControl which can be used to display lots of TabItems in less space. 

Complete Article here