Anyone know of a flexible Metro ui for winforms?

给你一囗甜甜゛ 提交于 2019-12-08 04:09:22

问题


A lot of them have hard coded square small and 2 squares sized large tiles. I am looking for something flexible enough for at least the size ratio to be adjustable to be more flat.

Telerik has a flexible approach (you can choose any row and column span for a tile) but their implementation is either laughably primitive is still too new, especially the drag and drop part.

Devexpress has nice drag and drop, but is stuck doing 1x1 and 1x2 sized tiles.


回答1:


DevComponents is my favorite. With WPF, you can copy most of the XAML you would otherwise use in a Metro application - so don't feel that you can't emulate Metro on the desktop. Many have already done it. Certainly, many more will.

But there are some downsides to Desktop development. Although desktop development is very powerful, and it is, Metro development in Windows 8 has considerable advantages. Having said that, desktop development can take advantage of Visual Studio 11, too.




回答2:


I'm using the Devcomponents DotNetBar. It has pretty flexible Metro tiles.




回答3:


metro-ui should be used with WPF and that will work great there too. If you want to implement Metro-UI in windows from you have to create your own user control.



来源:https://stackoverflow.com/questions/9765111/anyone-know-of-a-flexible-metro-ui-for-winforms

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!