New to Telerik UI for .NET MAUI? Start a free 30-day trial

.NET MAUI TabView Visual Structure

The visual structure of the .NET MAUI TabView represents the anatomy of the UI control. Being familiar with the visual elements of the TabView allows you to quickly find the information required to configure them.

The following image shows the anatomy of the TabView.

.NET MAUI TabView Visual Structure

Displayed Elements

  • TabView Header—The area that holds all TabView header items.
  • Header Item—The item that represents single header item of the TabViewItem.
  • Header Text—The text inside the header item.
  • Selected Item—The selected tab item. The header item background color changes and the content of the corresponding header item that is selected.
  • TabView Content—The content area corresponding to each header item.

See Also

In this article