Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion _contentTemplates/common/listview-obsolete.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#listview-obsolete
>caution The `RadListView` control is now obsolete and will be removed in the future. Use the [RadCollectionView]({%slug collectionview-overview%}) control instead. The `RadCollectionView` is a complete, ground-up rewrite of the ListView. The `RadCollectionView` offers improved performance, enhanced features, and a modernized approach to managing lists of data. The `RadCollectionView` incorporates all of the ListView's key features. More about the differences between both components and how to migrate to the new `RadCollectionView` is available in the [Migrating the Telerik .NET MAUI RadListView to RadCollectionView]({%slug listview-migration%}) article.
>caution The `RadListView` control is obsolete and will be removed in Q2 2026. Use the [RadCollectionView]({%slug collectionview-overview%}) control instead. The `RadCollectionView` is a complete, ground-up rewrite of the ListView. The `RadCollectionView` offers improved performance, enhanced features, and a modernized approach to managing lists of data. The `RadCollectionView` incorporates all of the ListView's key features. More about the differences between both components and how to migrate to the new `RadCollectionView` is available in the [Migrating the Telerik .NET MAUI RadListView to RadCollectionView]({%slug listview-migration%}) article.
#end
2 changes: 1 addition & 1 deletion controls/tabview/tabviewitem.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ tabView.Items.Add(new Telerik.Maui.Controls.TabViewItem { HeaderText = "View" })

You can define the content of a `TabViewItem` via its `Content` property or `ContentTemplate` property.

**Example with Content Property**
## Example with Content Property

<snippet id='tabview-getting-started-xaml' />
<snippet id='tabview-getting-started-csharp' />
Expand Down
6 changes: 4 additions & 2 deletions controls/tabview/visual-structure.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
---
title: Visual Structure
page_title: .NET MAUI TabView Documentation - Visual Structure
description: The Visual structure of the Telerik TabView for .NET MAUI control.
description: Learn what visual elements are displayed by the Telerik UI for .NET MAUI TabView, and see how these elements build the visual structure of the control.
slug: tabview-visual-structure
tags: tabview, header, content, items, visualization
position: 1
---

# .NET MAUI TabView Visual Structure

The TabView uses a set of visual elements when rendered.
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](images/visual-structure.png "Visual elements of TabView control")

Expand Down
Loading