MaterialDesignInXamlToolkit
MaterialDesignInXamlToolkit copied to clipboard
Transitions don't work when Loaded event is binded to command
Bug explanation
<i:EventTrigger EventName="Loaded"> <i:InvokeCommandAction Command="{Binding LoadedCommand}" /> </i:EventTrigger>
When having Loaded event binded to ViewModel's command transitions are not fired. Removing the mentioned binding helps.
Version
4.9
Could you elaborate? Where is this code residing?
Also, is there a specific reason why you are targeting an older version?
Sorry for the late response as my concept have changed and it was no longer needed, I have since finished upgrading to 5.0 and trying it once more everything works fine and animation can be seen.
Thanks for the follow-up. I'll close the issue.