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