C# WPF 中的交易应用程序的 UI

发布于 2024-10-17 04:46:42 字数 412 浏览 4 评论 0原文

我已经在 WPF 中创建了一个交易应用程序,我为它破旧的外观感到羞愧,因为它远非令人印象深刻。 我现在想重新设计我的应用程序的用户界面,并使其类似于 an交易应用程序的屏幕截图示例

有人可以建议我应该遵循什么路径来制作类似性质的用户界面吗?例如,如果有一个具有类似外观的开源 C# WPF 应用程序,那就太好了。或者如果有一个库有很酷的列表视图,滚动条和进度条,..

PS:我没有微软混合

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 what 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

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

素食主义者 2024-10-24 04:46:42

您应该遵循 MVVM 模式为 wpf 应用程序创建 UI
http://msdn.microsoft.com/en-us/magazine/dd419663 .aspx#id0090025

请参阅 josh smith 博客了解 WPF MVVM
http://joshsmithonwpf.wordpress.com/a-guided-tour-of- wpf/

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/

久随 2024-10-24 04:46:42

希望您现在已经完成了申请。如果不是:

尝试了解示例股票交易者参考实现 由 MSDN 使用 WPF、MVVM 和 Prism 构建的应用程序您将在创建您的 UI 类型和实现方面取得领先。

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.

池木 2024-10-24 04:46:42

您可以将其称为建议,而不是确切的答案。但适合那些刚接触 WPF 并学习屏幕设计或模式的人。根据我使用 WPF 的经验,我可以说首先让您了解绑定的工作原理,因为这是 WPF 的基础。了解绑定工作原理的更简单方法是学习如何将控件与其他控件绑定。然后使用简单的类并学习 MVVM。接下来在 MVVM 边界内进行命令绑定。把 prism 留到最后,因为你需要很好地理解绑定机制、命令、MVVM 等才能理解 PRISM。之后,您将了解这些东西如何协同工作,并将帮助您弄清楚如何一起使用数据和屏幕并设计漂亮的屏幕。再说一遍,不是上述问题的答案。只是给那些正在学习 WPF 并来这里寻找 WPF UI 设计的人的建议。

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文