Skip to content

Commit 9c6ee36

Browse files
committed
update lv obsolete message
1 parent 118fe90 commit 9c6ee36

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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' />

0 commit comments

Comments
 (0)