From d51d5cd9ccafb79dc1c66e18f408f1f0fabfcc01 Mon Sep 17 00:00:00 2001 From: Jonathan Dick Date: Tue, 19 Dec 2023 11:12:41 -0500 Subject: [PATCH] Update README.md --- README.md | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/README.md b/README.md index 8e600b3..edf5c6c 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ The implementation uses fast native controls in its renderers and optimizes for Controls used on each platform: - iOS: UICollectionView - Android: RecyclerView - - WinAppSDK: ItemsRepeaterScrollHost with IElementFactory + - WinAppSDK: ItemsRepeater + ScrollHost with IElementFactory ## Setup @@ -33,15 +33,6 @@ To add the Virtual List View control to your project, you need to add `.UseVirtu } ``` -### Windows App SDK 1.3.* - -There is a bug that is fixed in Windows App SDK 1.3.x and newer with `IElementFactory`. You will need to explicitly specify a newer version of `Microsoft.WindowsAppSdk` NuGet package to use than is implicitly referenced by .NET MAUI at this time: - -```xml - - - -``` ## Adapter / Data Source