From fea31519f85558bcd2e4f9afe3d2eb8309f50da0 Mon Sep 17 00:00:00 2001 From: riyas Date: Wed, 6 Sep 2023 17:04:23 +0530 Subject: [PATCH] Update README.md --- README.md | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) diff --git a/README.md b/README.md index 7ee6eb1..1aa1bbd 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,39 @@ # Layouts-in-.net-MAUI-ListView + This sample demonstrates how to create a custom layouts for a item to the .net MAUI ListView. + +``` + + + + + + + + + + + + + +``` +## 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