Hi,
I noticed that File-> New does not open a new tab in the xaml designer application. I looked at the code and notice the following in MainWindow.xaml.cs
voidAvalonDockWorkaround()
{
uxDocumentPane.Items.KeepSyncronizedWith(Shell.Instance.Documents,d=>CreateContentFor(d));
}
Does anyone know why this is not working and why is this method called workaround? does sharpdeveloper application used the same workaround?
Thanks.