.NET MAUI TabView Overview
Telerik TabView for .NET MAUI is a flexible navigation control that allows you to build tabbed interfaces. Each tabview item has an associated content displayed on selection. The control is fully customizable. Using the API you can easily customize the TabView header area that contains the tabs and the TabView content.
The TabView is part of Telerik UI for .NET MAUI, the most comprehensive UI suite for .NET MAUI! To try it out, sign up for a free 30-day trial and kickstart your cross-platform app development today.
Key Features
- Item Selection—TabView exposes selection API which allows you as a developer to extend the navigation per application needs.
-
Header Customization—TabView provides means for fully customizing the header area containing the tabs - through
HeaderStyle
property you can change its position, orientation and spacing between the tabs, throughHeaderTemplate
property you can completely modify its look & feel. - Image support in the header—Easily add images inside the header. In addition you can controls the position of the image and the spacing between the image and the header text.
- Change the header position to top, bottom, left or right.
-
Tabs Customization—You can fully customize the appearance of each tab. Each tab has a header and content. The
TabViewItem
class gives you the option to set Tab's header text, add an image which will be displayed in the header, add a content and decide whether the tab will be selected, visible and enabled. - Flexible styling API—The TabView provides a number of styling capabilities, which enable you to easily style its header, header items and content. In addition, there is a styling option for the TabView control.
- Templates—The TabView provides templates for its header, header items and content.