We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
浮动窗体关闭或者拖动到其他分组面板里dockmanger里的floatingwindows却不会减少,现在导致出现一种什么情况呢!就是说每拖动出来一个浮动窗体,就会多一份不会被回收的垃圾
<avalon:DockingManager x:Name="DockManager"> <avalon:DockingManager.Theme> <avalon:GenericTheme /> </avalon:DockingManager.Theme> <avalon:LayoutRoot x:Name="Root"> <avalon:LayoutPanel x:Name="Panel"> <avalon:LayoutDocumentPane x:Name="DocumentPane1"> <avalon:LayoutDocument Title="doc1" ContentId="doc1" /> <avalon:LayoutDocument Title="doc2" ContentId="doc2" /> <avalon:LayoutDocument Title="doc3" ContentId="doc3" /> </avalon:LayoutDocumentPane> </avalon:LayoutPanel> </avalon:LayoutRoot> </avalon:DockingManager>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
浮动窗体关闭或者拖动到其他分组面板里dockmanger里的floatingwindows却不会减少,现在导致出现一种什么情况呢!就是说每拖动出来一个浮动窗体,就会多一份不会被回收的垃圾
The text was updated successfully, but these errors were encountered: