Skip to content

Commit 7cd4d47

Browse files
Merge pull request #3 from SyncfusionExamples/update-repository
Update Getting Started Repository
2 parents 912f4b0 + 795a5cf commit 7cd4d47

File tree

2 files changed

+13
-8
lines changed

2 files changed

+13
-8
lines changed

DockLayout-Getting-Started/DockLayoutGettingStarted/AppShell.xaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
Title="DockLayoutGettingStarted">
88

99
<ShellContent
10-
Title="Home"
1110
ContentTemplate="{DataTemplate local:MainPage}"
1211
Route="MainPage" />
1312

README.md

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# Getting started with Syncfusion .NET MAUI DockLayout control
2-
## Creating an application with .NET MAUI chart
3-
1.Create a new .NET MAUI application in Visual Studio.
4-
2.Syncfusion .NET MAUI components are available in [nuget.org.](https://www.nuget.org/)
5-
3.To add SfDockLayout to your project, open the NuGet package manager in Visual Studio, search for Syncfusion.Maui.Core and then install it.
6-
Initialize `SfDockLayout.`
2+
## Creating an application with DockLayout
3+
1. Create a new .NET MAUI application in Visual Studio.
4+
2. Syncfusion .NET MAUI components are available in [nuget.org.](https://www.nuget.org/)
5+
3. To add SfDockLayout to your project, open the NuGet package manager in Visual Studio, search for Syncfusion.Maui.Core and then install it.
6+
4. Initialize `SfDockLayout.`
77

88
###### Xaml
99
```xaml
@@ -69,7 +69,6 @@ namespace DockLayoutSample
6969
### Set Dock Position for Child Views
7070
Inside the `SfDockLayout` control, child views can be arranged using the `Dock` 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.
7171

72-
7372
###### Xaml
7473
```xaml
7574
<ContentPage xmlns="http://schemas.microsoft.com/dotnet/2021/maui"
@@ -113,5 +112,12 @@ namespace DockLayoutGettingStarted
113112
}
114113
}
115114
```
115+
### Output
116+
117+
![Output of DockLayout View](DockLayout-Images/maui-docklayout-getting-started.png)
118+
119+
## Troubleshooting
120+
121+
### Path Too Long Exception
116122

117-
![Output of DockLayout View](DockLayout-Images/maui-docklayout-getting-started.png)
123+
If you are facing a "Path too long" exception when building this example project, close Visual Studio and rename the repository to a shorter name before building the project.

0 commit comments

Comments
 (0)