unoplatform / uno

Build Mobile, Desktop and WebAssembly apps with C# and XAML. Today. Open source and professionally supported.
https://platform.uno
Apache License 2.0
8.61k stars 693 forks source link

x:Bind in ControlTemplate #4360

Open Avid29 opened 3 years ago

Avid29 commented 3 years ago

What would you like to be added:

x:Bind in ControlTemplates with a path of the TargetType of the ControlTemplate

Why is this needed:

This is part of UWP as of 17763. It allows compile time binding in-place of TemplateBinding and binding the DataContext without using a DataTemplate and loosing the VisualStates.

For which Platform:

Anything else we need to know?

Here's a link to Microsoft's documentation: link

robloo commented 3 years ago

Wow, didn't know Microsoft finally started supporting this 👍