Skip to content

Commit 3317142

Browse files
Merge pull request #1193 from telerik/didi/update-lv-obsolete-message
update lv obsolete message
2 parents f251ab8 + f8b5e08 commit 3317142

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#listview-obsolete
2-
>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.
2+
>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.
33
#end

controls/tabview/tabviewitem.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ tabView.Items.Add(new Telerik.Maui.Controls.TabViewItem { HeaderText = "View" })
4545

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

48-
**Example with Content Property**
48+
## Example with Content Property
4949

5050
<snippet id='tabview-getting-started-xaml' />
5151
<snippet id='tabview-getting-started-csharp' />

controls/tabview/visual-structure.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,17 @@
11
---
22
title: Visual Structure
33
page_title: .NET MAUI TabView Documentation - Visual Structure
4-
description: The Visual structure of the Telerik TabView for .NET MAUI control.
4+
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.
55
slug: tabview-visual-structure
66
tags: tabview, header, content, items, visualization
77
position: 1
88
---
99

1010
# .NET MAUI TabView Visual Structure
1111

12-
The TabView uses a set of visual elements when rendered.
12+
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.
13+
14+
The following image shows the anatomy of the TabView.
1315

1416
![.NET MAUI TabView Visual Structure](images/visual-structure.png "Visual elements of TabView control")
1517

0 commit comments

Comments
 (0)