开发者

UI for a trading application in C# WPF

I have created a trading application in WPF, for which I am ashamed of it's shabby look since it is far from being impressive. I would now like to redesign the user interface for my application, and make it similar to an example screen shot of a trading application

Can someone please advice tips on wh开发者_开发知识库at path I should follow to make a UI of similar nature? eg., if there is an open source C# WPF application which has a similar look and feel, that would be great. or if there is a library which has cool listview, scrollbar and progress bars, ..

PS: I do not have microsoft blend


You should follow the MVVM pattern for creating UI's for wpf application http://msdn.microsoft.com/en-us/magazine/dd419663.aspx#id0090025

Refer the josh smith blog for WPF MVVM http://joshsmithonwpf.wordpress.com/a-guided-tour-of-wpf/


Hopefully you would have completed your application by now. If not:

Try understanding the sample Stock Trader Reference Implementation application by MSDN built using WPF, MVVM, and Prism and you would get a head start for creating your kind of UI and implementation.


You can call it as a suggestion not an answer exactly. But posting for those who are new to WPF and learning screen designing or patterns. According to my experience with WPF I can say first get you hands dirty learn how binding works because that is the base of WPF.Simpler way to learn how binding works is learning how to bind controls with other controls. Then use simple classes and learn MVVM. Next go for command binding within MVVM perimeter. Keep the prism to the last, because you need good understanding of binding mechanisms, commands, MVVM and more to understand PRISM. After this you will have idea of how these things work together and will help you figure out how to play with data and screen together and design nice screens. Again, Not an answer to the above question. Just suggestions to those who are learning WPF and landed here looking for WPF UI designing.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜