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.
有人已经迷上了 Avalon 与 Prism 对接吗?我的意思是适配器,这样当您向 Prism 的区域注册视图时,您可以编写简写 XAML 并且 prism 将创建选项卡?
好吧,我确实最终创建了一个 prism 适配器,还不错,但是,我意识到我正在使用 AvalonDock 1.3,并且考虑到 MVVM 创建了一个更新的 2.0 版本。
因此,我的 XAML 看起来就像使用 prism 所期望的那样:
<ad:DockingManager prism:RegionManager.RegionName="MainRegion"/>
一旦视图注册到容器并添加到“MainRegion”,适配器将创建一个 Avalon DocumentPane,视图为 DocumentContent