From 1c134957007b8bc811ac6d9793eaff059f473d4b Mon Sep 17 00:00:00 2001 From: riyas Date: Thu, 31 Aug 2023 16:36:44 +0530 Subject: [PATCH 1/2] Update README.md --- README.md | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) diff --git a/README.md b/README.md index 37d7a59..1a5f920 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,41 @@ # how-to-load-drag-view-indicator-in-.net-maui-listview. + This example demonstrates about how to load drag view indicator in .NET MAUI ListView(SfListView). + +``` +xmlns:syncfusion="clr-namespace:Syncfusion.Maui.ListView;assembly=Syncfusion.Maui.ListView" + xmlns:data="clr-namespace:Syncfusion.Maui.DataSource;assembly=Syncfusion.Maui.DataSource" + xmlns:local="clr-namespace:ListViewMaui;assembly=ListViewMaui" + x:Class="ListViewMaui.MainPage"> + + + + + ---- + + + + + + + + + + +``` + +## Requirements to run the demo + +* [Visual Studio 2017](https://visualstudio.microsoft.com/downloads/) or [Visual Studio for Mac](https://visualstudio.microsoft.com/vs/mac/) +* Xamarin add-ons for Visual Studio (available via the Visual Studio installer). + +## Troubleshooting + +### Path too long exception + +If you are facing path too long exception when building this example project, close Visual Studio and rename the repository to short and build the project. \ No newline at end of file From e950df74455c8745f15c4b9c8ac46380ec832cbe Mon Sep 17 00:00:00 2001 From: riyas Date: Thu, 31 Aug 2023 17:47:20 +0530 Subject: [PATCH 2/2] updated the readme file --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1a5f920..1060bcd 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ This example demonstrates about how to load drag view indicator in .NET MAUI ListView(SfListView). ``` -xmlns:syncfusion="clr-namespace:Syncfusion.Maui.ListView;assembly=Syncfusion.Maui.ListView" + @@ -27,6 +27,7 @@ xmlns:syncfusion="clr-namespace:Syncfusion.Maui.ListView;assembly=Syncfusion.Mau + ``` ## Requirements to run the demo