Skinning UI engine for C#

烈酒焚心 提交于 2019-12-25 09:00:11

问题


I have been searching for a way to skin C# applications under Windows Forms. I have yet to find anything that looks or can be made to look, remotely good.

I am looking for something like QT, where you can style your controls with CSS (read this as : has a semi-advanced styling system), but I dont need the advanced controls like gauges and such, plain old Windows Forms controls but that can be styled properly.

My ultimate goal is to have my app look something like Blender 2.5. Specially the menu, blue on black that looks awsome. Every attempt I got in Windows Forms, just looked plain awfull.

A solution with pure image replacements wouldnt be bad either, I can try and photoshop something proper. But styling the same way as in HTML/CSS would work best.

Thank you. Please keep it constructive.


回答1:


You can use DevExpress. (non-free)
I'm very happy with them.



来源:https://stackoverflow.com/questions/7920502/skinning-ui-engine-for-c-sharp

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