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"
Run.
Not expected behavior:
The text was updated successfully, but these errors were encountered:
Hi,
when the Content of
LayoutDocumentPane
is empty I can dock aLayoutAnchorable
withCanDockAsTabbedDocument="False"
into the DocumentPane.To repeat this issue use "TestApp" and modify the contents of MainWindow.xaml this way:
<LayoutDocumentPane x:Name="LayoutDocumentPane">
remove all contents<LayoutAnchorable ContentId="toolWindow1"...
addCanDockAsTabbedDocument="False"
Not expected behavior:
The text was updated successfully, but these errors were encountered: