diff --git a/README.md b/README.md index 37d7a59..1060bcd 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,42 @@ # 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). + +``` + + + + + + ---- + + + + + + + + + + + +``` + +## 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