-
Notifications
You must be signed in to change notification settings - Fork 743
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[RelativeSource] Inconsistency involving Self
between Uno and Windows
#16940
Comments
#12732 Should fix this. |
@jeromelaban, @MartinZikmund, @dansiegel (cc @Xiaoy312) |
@morning4coffe-dev this may be fixed now with #17645 , can you check please? |
@MartinZikmund, @Xiaoy312, @eriklimakc I can confirm that TemplatedParent as a source now works on Uno targets as well! 🎉 |
Self
between Uno and Windows
Current behavior
There is a different behavior between Windows and Uno.
Given the repo/example below
RelativeSource as(fixed)TemplatedParent
works on Windows but not on Unowhere RelativeSource as
Self
works on Uno but not on Windows.Expected behavior
Same behavior in all platforms.
How to reproduce it (as minimally and precisely as possible)
Binding Sample Draft PR - unoplatform/Uno.Samples#681
Or
Works on UWP/WinUI
Yes
The text was updated successfully, but these errors were encountered: