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
i have a TreeView control which has TreeviewItems bound to a viewmodel. In a standard Window the tree reflects changes to IsVisible, IsExpanded and IsSelected properties. But this does not work as soon as tree is in a mahapps window.
I created a solution that directly shows the problem, so that you can quickly see what this issue is about.