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
Hi,
when the Content of LayoutDocumentPane is empty I can dock a LayoutAnchorable with CanDockAsTabbedDocument="False" into the DocumentPane.
To repeat this issue use "TestApp" and modify the contents of MainWindow.xaml this way:
inside node <LayoutDocumentPane x:Name="LayoutDocumentPane"> remove all contents
to <LayoutAnchorable ContentId="toolWindow1"... add CanDockAsTabbedDocument="False"