diff --git a/_contentTemplates/common/listview-obsolete.md b/_contentTemplates/common/listview-obsolete.md
index c82c6e30..c04f9ee4 100644
--- a/_contentTemplates/common/listview-obsolete.md
+++ b/_contentTemplates/common/listview-obsolete.md
@@ -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
\ No newline at end of file
diff --git a/controls/tabview/tabviewitem.md b/controls/tabview/tabviewitem.md
index d692b147..6257752b 100644
--- a/controls/tabview/tabviewitem.md
+++ b/controls/tabview/tabviewitem.md
@@ -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
diff --git a/controls/tabview/visual-structure.md b/controls/tabview/visual-structure.md
index c7deeecb..9aaaf258 100644
--- a/controls/tabview/visual-structure.md
+++ b/controls/tabview/visual-structure.md
@@ -1,7 +1,7 @@
---
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
@@ -9,7 +9,9 @@ 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.
