To accommodate more content in a window layout, tabbed user interfaces are mostly used. They allow users to open multiple pages in a single window. For example, most of the recent internet browsers use tabbed interface to let the user open multiple web pages simultaneously in a single window.
WPF provides TabControl to create the tabbed layout. In this recipe, we will learn the basics of tab interfaces, with a simple example to let you understand how it works.