Skip to content

Commit 89c1aed

Browse files
Merge pull request #3526 from syncfusion-content/Update-docklayout-YT-link
Update-Youtube-link-docklayout-UG
2 parents 48bd4a2 + 63631e8 commit 89c1aed

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

MAUI/DockLayout/getting-started-docklayout.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ keywords: .net maui docklayout, syncfusion docklayout maui, dock layout .net mau
1212

1313
This guide details the initial setup and basic usage of the [SfDockLayout](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Core.SfDockLayout.html) control, offering insight into the layout's capability to arrange views using different docking positions such as top, bottom, left, right, and none.
1414

15+
To get start quickly with our [.NET MAUI DockLayout](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Core.SfDockLayout.html), you can check the below video.
16+
17+
{% youtube "https://www.youtube.com/watch?v=g2NU8b_9aAg" %}
18+
1519
{% tabcontents %}
1620
{% tabcontent Visual Studio %}
1721

@@ -70,7 +74,7 @@ namespace DockLayoutGettingStarted
7074

7175
## Step 4: Initialize the DockLayout Control
7276

73-
1. To initialize the control, import the `Synfusion.Maui.Core` namespace.
77+
1. To initialize the control, import the `Syncfusion.Maui.Core` namespace.
7478
2. Initialize an [SfDockLayout](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Core.SfDockLayout.html) instance.
7579

7680
{% tabs %}
@@ -170,7 +174,7 @@ namespace DockLayoutSample
170174

171175
## Step 4: Initialize the DockLayout Control
172176

173-
1. To initialize the control, import the `Synfusion.Maui.Core` namespace.
177+
1. To initialize the control, import the `Syncfusion.Maui.Core` namespace.
174178
2. Initialize an [SfDockLayout](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Core.SfDockLayout.html) instance.
175179

176180
{% tabs %}
@@ -209,7 +213,7 @@ namespace DockLayoutGettingStarted
209213
{% endtabcontents %}
210214

211215
### Set Dock Position for Child Views
212-
Inside the [SfDockLayout](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Core.SfDockLayout.html) control, child views can be arranged using the [Dock](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Core.SfDockLayout.html#Syncfusion_Maui_Core_SfDockLayout_DockProperty) attached property. This property allows to dock elements to specific edges— `Top`, `Bottom`, `Left`, `Right`, or set to `None` to remain undocked and fill the remaining space.
216+
Inside the [SfDockLayout](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Core.SfDockLayout.html) control, child views can be arranged using the [Dock](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Core.SfDockLayout.html#Syncfusion_Maui_Core_SfDockLayout_DockProperty) attached property. This property allows to dock elements to specific edges— `Top`, `Bottom`, `Left`, `Right`, or set to `None` to remain non-docked and fill the remaining space.
213217

214218
{% tabs %}
215219

0 commit comments

Comments
 (0)