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 Page that can change its content at runtime and was calling VisualTreeHelper.DisconnectChildrenRecursive(Content) but after adding a chart that method throws an ArgumentException.
However it seems I can still reload the Page content using Application.LoadComponent so maybe that disconnect thing is superfluous anyway.
Still somethings worth looking into I guess.
The text was updated successfully, but these errors were encountered:
I have a
Page
that can change its content at runtime and was callingVisualTreeHelper.DisconnectChildrenRecursive(Content)
but after adding a chart that method throws anArgumentException
.However it seems I can still reload the
Page
content usingApplication.LoadComponent
so maybe that disconnect thing is superfluous anyway.Still somethings worth looking into I guess.
The text was updated successfully, but these errors were encountered: