From 1075ad66e2f3178f362fa0c20e09b43977ee7ac5 Mon Sep 17 00:00:00 2001 From: riyas Date: Wed, 6 Sep 2023 17:51:48 +0530 Subject: [PATCH 1/2] Update Readme.md --- README.md | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) diff --git a/README.md b/README.md index f568ac8..7bf9f6d 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,54 @@ https://help.syncfusion.com/maui/listview/getting-started Check out this GitHub example for the Syncfusion .NET MAUI ListView Control: https://github.com/syncfusion/maui-demos/tree/master/MAUI/ListView +``` + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +``` + ## Project prerequisites Make sure that you have the compatible versions of [Visual Studio 2022](https://visualstudio.microsoft.com/downloads/ ) with the Dot NET MAUI workload and [.NET Core SDK 7.0](https://dotnet.microsoft.com/en-us/download/dotnet/7.0) or later version in your machine before starting to work on this project. From 30cf8d84c1eabc078544ae3b8f8128a5f44156d7 Mon Sep 17 00:00:00 2001 From: riyas Date: Wed, 6 Sep 2023 17:53:35 +0530 Subject: [PATCH 2/2] Added topic --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7bf9f6d..00f63cd 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,8 @@ https://help.syncfusion.com/maui/listview/getting-started Check out this GitHub example for the Syncfusion .NET MAUI ListView Control: https://github.com/syncfusion/maui-demos/tree/master/MAUI/ListView -``` +# XAML + @@ -53,7 +54,6 @@ https://github.com/syncfusion/maui-demos/tree/master/MAUI/ListView -``` ## Project prerequisites Make sure that you have the compatible versions of [Visual Studio 2022](https://visualstudio.microsoft.com/downloads/ ) with the Dot NET MAUI workload and [.NET Core SDK 7.0](https://dotnet.microsoft.com/en-us/download/dotnet/7.0) or later version in your machine before starting to work on this project.