Quantcast
Channel: SharpDevelop Community
Viewing all articles
Browse latest Browse all 1764

XamlDesigner Sample Application does not open new tab

$
0
0

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.

Viewing all articles
Browse latest Browse all 1764

Trending Articles