actipro破解版,识别浮动文档的方式
适用于 UWP 的 Actipro Docking & MDI 允许最终用户随意拖动和停靠窗口,并保留他们的布局自定义。它包含流行 IDE 中的停靠窗口和 MDI 功能,以及扩展功能。它旨在完全支持数据绑定并用于 MVVM 应用程序。
用于 UWP 功能的 Actipro 对接和 MDI
The appearance and runtime behavior of UI like visual studio – window drag, tab, auto hide pop-up window, context menu, resize splitter, docking guide, etc. are inspired by the popular visual studio user interface.
Dock window – Windows can dock, attach (to create tab groups), float, auto hide, or move to an optional MDI area. You can create complex resizable tool and document window hierarchies.
选项卡式 MDI – 在选项卡式 MDI 中,每个选项卡代表一个可以在选项卡组之间重新排序或移动的文档。选项卡式 MDI 文档可以浮动到他们自己的全功能浮动坞站主机中。
标准 MDI – 在标准 MDI 中,每个文档都由一个类似窗口的控件表示,该控件可以移动、调整大小、最小化或最大化。级联和平铺操作是内置的。

自动隐藏- 可以取消固定停靠的一组工具窗口选项卡以进入自动隐藏状态。在此状态下,每个工具窗口的选项卡都会出现在布局的外边缘。
Dock Guides – 当拖动窗口时,停靠指南会显示有效的放置位置,并且放置目标会显示结果边界。可以完全控制允许的放置位置。
切换器- 按下 Ctrl+Tab 等键时会出现切换器,让您可以通过键盘快速导航到打开的停靠窗口。他们还可以显示有关每个停靠窗口的描述。
Smooth animation effect – the whole product uses fast and subtle animation. Label dragging uses smooth animation, docking guide and placement target pop-up in place, and automatically hides pop-up window sliding in and out.
Layout persistence – docked layouts and their windows can be set in XAML or created programmatically. In addition, you can save end-user layout customizations and restore them later between application sessions.
MVVM 支持 -可以显式指定停靠窗口,也可以通过绑定到自定义视图模型列表自动生成。
可重复使用的控件 -包括几个可以在您的应用程序中独立重复使用的控件,例如一个行为类似于可调整大小的窗口的控件,以及一个高级选项卡控件,它具有标准选项卡控件中没有的大量功能。
拖放选项卡 -拖放选项卡以在其容器中快速重新排序。将它们拖到停靠站点内的任何其他位置以停靠它们,或让它们漂浮在其上方。
Workspace content – although most application tool windows revolve around workspaces with MDI areas, any type of custom content can be inserted into workspaces in place of MDI areas.
Tool window internal fill – when there is no workspace in the docking site, the tool window hierarchy fills the entire docking layout. This pattern is useful for applications that want their UI to consist entirely of tool windows.
嵌套停靠站点 -停靠站点可以嵌套在其他停靠站点中,例如文档和工具窗口。例如,外部停靠站点中的文档窗口可以有自己的包含工具窗口的内部停靠站点。
链接的停靠站点 -一个或多个停靠站点可以与您的应用程序中的其他停靠站点链接,包括单独的顶级窗口中的停靠站点。当停靠站点链接时,停靠窗口可以在它们之间交互拖动。