Skip to content
New issue

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却不会减少 #496

Open
1754080208 opened this issue Dec 12, 2024 · 0 comments

Comments

@1754080208
Copy link

浮动窗体关闭或者拖动到其他分组面板里dockmanger里的floatingwindows却不会减少,现在导致出现一种什么情况呢!就是说每拖动出来一个浮动窗体,就会多一份不会被回收的垃圾

屏幕截图 2024-12-12 164937

    <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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant