.Net 4.0 的 .Net/WinForms 对接/浮动库
它必须
- 支持.Net 4.0 Client Profile(设计者在单独的组件中)
- 将布局序列化到自定义流
- 允许在标题双击中最大化浮动窗口
- 成本不太高(200 美元是最佳)。也不需要捆绑1000个和1个控件。
我已经查看了
- DockPanel Suite
- 违反了 1 和 3。似乎也有错误(我很容易使示例应用程序崩溃)。
- SandDock
- 违反了 1、2、3。
- Nevron
- 违反了 1、3。在某些多显示器场景中也无法正常工作。
It must
- Support .Net 4.0 Client Profile (designers in separate assembly)
- Serialize layout to custom stream
- Allow maximizing of floating window in caption doubleclick
- Cost not too mush (200US$ is optimal). Also do not need a bundle of 1000 and 1 control.
I've already reviewed
- DockPanel Suite
- 1 and 3 are violated. Also seems buggy (I easily crashed sample app).
- SandDock
- 1, 2, 3 are violated.
- Nevron
- 1, 3 are violated. Also works incorrectly in some multi-monitor scenarios.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
尝试Krypton Suite。
您可以获得源代码,并且可以针对 .NET 4 进行编译
Try out the Krypton Suite.
You get the source code and you can compile against .NET 4