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
serializer.LayoutSerializationCallback+=(s,e)=>{varitem=e.Model;if(string.IsNullOrEmpty(item.ContentId))return;if(!RecreatePanelContent(item.ContentId,outFrameworkElementelement))return;item.Content=element;// this line will make everything disppear, but I what to restore panel content here.};
Hi everyone! I'm trying to implement layout restore in my app, but I got some troubles.
I found similar issue #397, but it's not helping with this.
here is xml content
this layout should be like this

here is serialization callback
here is xaml part
The text was updated successfully, but these errors were encountered: