TabControl

The tabs of a TabControl are usually placed at the top of a form to provide multiple tabs for page navigation; however, tabs may also be placed at the Bottom, Left and Right of a form. Each TabControl will comprise multiple TabItem elements.

Adding tabs to a form allows you to reduce clutter by placing related controls on separate pages of the same form. To add tabs to a form, you use the TabControl. Each tabbed page of the form acts as a container for other controls, such as data grids, text boxes, combo boxes, and buttons.

When you setup a tabbed form:

Add tabs to a form (or panel)