CommunityToolkit / Windows

Collection of controls for WinUI 2, WinUI 3, and Uno Platform developers. Simplifies and demonstrates common developer tasks building experiences for Windows with .NET.
https://aka.ms/windowstoolkitdocs
Other
596 stars 74 forks source link

Fixed AoT data binding in IncrementalLoadingCollectionSample #531

Closed Arlodotexe closed 1 month ago

Arlodotexe commented 1 month ago

Fixes

This PR fixes #514

PR Type

Bugfix

What is the new behavior?

Switches to {x:Bind} instead of {Binding} and adds an x:DataType to the data template. The bound Name property now shows in this sample with AoT enabled.

PR Checklist

Please check if your PR fulfills the following requirements: