Question: ElementName binding doesn't work in EntranceThemeTransition #2054
Labels
needs-winui-3
Indicates that feature can only be done in WinUI 3.0 or beyond. (needs winui 3)
no-issue-activity
I'm not sure if it's a bug or I'm doing something wrong. In order to reproduce it you will need source code: https://github.com/aosyatnik/UWP_ElementNameBinding_Issue
Steps to reproduce:
\Themes\Generic.xaml
and fine next code:EntranceThemeTransition
and uncomment the secondEntranceThemeTransition
. Code should look like this:Question:
Why binding of
IsStaggeringEnabled
is not working?IsStaggeringEnabled
is presented inMainViewModel
and set totrue
. The view model is bind to UI and I can see a collection of numbers, so the view model is working.Stackoverflow:
I also asked on stackoverflow, but people are suggesting to use
x:Bind
, but I can not do it, because it's templated control, do I?https://stackoverflow.com/questions/60207057/uwp-elementname-binding-doesnt-work-in-entrancethemetransition
Possible duplicate of #560 .
The text was updated successfully, but these errors were encountered: