Collection of controls for WinUI 2, WinUI 3, and Uno Platform developers. Simplifies and demonstrates common developer tasks building experiences for Windows with .NET.
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:
Fixes
This PR fixes #514
PR Type
Bugfix
What is the new behavior?
Switches to
{x:Bind}
instead of{Binding}
and adds anx: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: