Open-source platform for building cross-platform native Mobile, Web, Desktop and Embedded apps quickly. Create rich, C#/XAML, single-codebase apps from any IDE. Hot Reload included! 90m+ NuGet Downloads!!
There is a need for using Templated Parent's Property on DataTemplate to keep code simple.
If TemplatedParent support in DataTemplate is unavailable because of differences with WinUI, then AncestorBinding should have worked.
What would you like to be added
After Uno 5.5 TemplatedParent updates , It is impossible to bind Templated Parent's Property in ItemsRepeater's ItemTemplate which is DataTemplate
below code works before Uno 5.5 updates.
Full Example Code : VisualStateManagerBugImpl-main.zip
Why is this needed
There is a need for using Templated Parent's Property on DataTemplate to keep code simple. If TemplatedParent support in DataTemplate is unavailable because of differences with WinUI, then AncestorBinding should have worked.
Is there any workaround for this issue?
For which platform
Android, iOS
Anything else we need to know?
No response