Training
Module
Create multi-page .NET MAUI apps with tab and flyout navigation - Training
Use .NET Multi-platform App UI (MAUI) shell to create multi-page applications with tabs and flyout navigation.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
The use of the Windows Forms TabControl is to display other controls in an organized fashion. You can use these instructions to display a picture on the main part of a tab page. For information about adding an icon to the label part of a tab page, see How to: Change the Appearance of the Windows Forms TabControl.
The following procedure requires a Windows Application project with a form containing a TabControl control. For information about setting up such a project, see How to: Create a Windows Forms application project and How to: Add Controls to Windows Forms.
Click the appropriate tab page so that it appears on top.
Draw the control on the tab page.
.NET Desktop feedback feedback
.NET Desktop feedback is an open source project. Select a link to provide feedback:
Training
Module
Create multi-page .NET MAUI apps with tab and flyout navigation - Training
Use .NET Multi-platform App UI (MAUI) shell to create multi-page applications with tabs and flyout navigation.
Documentation
How to: Add a Control to a Tab Page - Windows Forms .NET Framework
Learn how you can use the Windows Forms TabControl to display other controls in an organized fashion. This article shows how to add a button to the first tab.
TabControl Control Overview - Windows Forms .NET Framework
Learn how the Windows Forms TabControl displays multiple tabs that contain pictures and other controls.
Add and Remove Tabs with TabControl Using the Designer - Windows Forms .NET Framework
Learn how to add and remove tabs with the Windows Forms TabControl control by using the designer.