Quantcast
Channel: AvalonDock
Viewing all articles
Browse latest Browse all 2690

New Post: AvalonDock - floating and docking LayoutDocument

$
0
0
Hi,

I'm trying to float a LayoutDocument and I can do it. The problem is that after this I cant dock him again, it's only working by code. I can't drag back to a panel or even right click him (no options appear)
            LayoutDocumentPane ldp1 = new LayoutDocumentPane();
            LayoutDocument ld = new LayoutDocument { Title = "zzzzz" };
            _layoutPanel.Children.Add(ldp1); // LayoutPanel set in XAML
            ldp1.Children.Add(ld);
            ld.Float();
            // ld.Dock(); // this works, but i want to be able to dock again by interface

Viewing all articles
Browse latest Browse all 2690

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>