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.
在 SCSF 应用程序中,我想将视图显示为屏幕中心的模式窗口。有可能这样做吗?
WindowSmartPartInfo 没有任何设置屏幕位置的选项。
谢谢。
假设您谈论的是 Winforms,而不是 WPF,因为 CAB 的 WPF 层确实公开了此选项。在 winforms 中,WindowSmartPartInfo 中没有执行此操作的选项。但是,您可以扩展它并扩展 WindowWorkspace 以使用新的 SmartPartInfo(覆盖 OnApplySmartPartInfo 方法)。
在执行此操作之前,您可能需要检查贡献和社区站点,看看是否有人已经这样做了。我想我在某个地方见过一个。