diff --git a/controls/richtexteditor/toolbar/overview.md b/controls/richtexteditor/toolbar/overview.md
index e3a8fd312..51c8fce4c 100644
--- a/controls/richtexteditor/toolbar/overview.md
+++ b/controls/richtexteditor/toolbar/overview.md
@@ -14,7 +14,13 @@ By default, the `RadRichTextEditorToolbar` Items are auto-populated. You can cha
To attach the RichTextEditor control to the `RadRichTextEditorToolbar` control, you need to set the `RichTextEditor` (from type `RadRichTextEditor`) property. All toolbar items execute their actions against the specified rich text editor.
-
+```XAML
+
+
+
+
+```
On Mobile, the `RichTextEditorToolbar` is horizontally scrollable, so that the toolbar items can be accessed:
diff --git a/controls/tabview/data-binding.md b/controls/tabview/data-binding.md
index a78b51366..df5bac519 100644
--- a/controls/tabview/data-binding.md
+++ b/controls/tabview/data-binding.md
@@ -2,7 +2,7 @@
title: Data Binding
page_title: .NET MAUI TabView Documentation - Data Binding
description: Learn what are the options for data binding in Telerik UI TabView for .NET MAUI control.
-position: 2
+position: 3
slug: tabview-data-binding
---
diff --git a/upgrade/breaking-changes/7-0-0.md b/upgrade/breaking-changes/7-0-0.md
index f5d922198..a5d454f9c 100644
--- a/upgrade/breaking-changes/7-0-0.md
+++ b/upgrade/breaking-changes/7-0-0.md
@@ -26,5 +26,6 @@ The changes described in the Common Changes section apply to multiple components
## Chart
The following properties are removed due to the obsolete tag:
- * `Behaviors` property of the `RadCartesianChart`
- * `ChildPropertyChanged` event of the `RadCartesianChart`
\ No newline at end of file
+
+* `Behaviors` property of the `RadCartesianChart`
+* `ChildPropertyChanged` event of the `RadCartesianChart`
\ No newline at end of file