You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 1, 2024. It is now read-only.
@jfversluis , If we bind the DataTemplate through binding in ContentTemplate and change the template at runtime, it is not updated. I looked into the source code and the PropertyChanged is not invoked for ContentTemplate bindable property and so it won't get update. Is there any way to update the new template at runtime?
Thanks
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Description
Can't bind the Shell Tab
Tittle
property to a ViewModel property.Steps to Reproduce
I've made a GitHub project that repro the issue: ncarandini/XFShellBug
LogInOutTitle
andLogInOutIconName
at runtime:Expected Behavior
The
Title
andIcon
of the Shell Tab element shall change following the XAML binding declaration.Actual Behavior
The Icon changes accordingly but the Title don't.
Basic Information
Screenshots
Reproduction Link
I've made a GitHub project that repro the issue: ncarandini/XFShellBug
The text was updated successfully, but these errors were encountered: