|
1 | 1 | # 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.` |
7 | 7 |
|
8 | 8 | ###### Xaml |
9 | 9 | ```xaml |
@@ -69,7 +69,6 @@ namespace DockLayoutSample |
69 | 69 | ### Set Dock Position for Child Views |
70 | 70 | 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. |
71 | 71 |
|
72 | | - |
73 | 72 | ###### Xaml |
74 | 73 | ```xaml |
75 | 74 | <ContentPage xmlns="http://schemas.microsoft.com/dotnet/2021/maui" |
@@ -113,5 +112,12 @@ namespace DockLayoutGettingStarted |
113 | 112 | } |
114 | 113 | } |
115 | 114 | ``` |
| 115 | +### Output |
| 116 | + |
| 117 | + |
| 118 | + |
| 119 | +## Troubleshooting |
| 120 | + |
| 121 | +### Path Too Long Exception |
116 | 122 |
|
117 | | - |
| 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