Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Redth authored Dec 19, 2023
1 parent bafd036 commit d51d5cd
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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
<ItemGroup Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'windows'">
<PackageReference Include="Microsoft.WindowsAppSdk" Version="1.3.230602002" />
</ItemGroup>
```

## Adapter / Data Source

Expand Down

0 comments on commit d51d5cd

Please sign in to comment.