Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想问是否可以禁止拉出窗口的浮动元素。
在 WPF 的 AvalonDock 中
谢谢
<ad:DockingManager> <ad:ResizingPanel> <ad:DocumentPane> <ad:DocumentContent IsCloseable="False" IsFloatingAllowed="False"> .........