在 WPF 中构建出色的仪表板应用程序 - 有哪些可用的控件?

发布于 2024-08-18 10:19:58 字数 1539 浏览 6 评论 0原文

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

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

发布评论

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

评论(3

甜尕妞 2024-08-25 10:19:58

查看 WPF 仪表板演示。它带有源代码。
还有 codeplex 上的 WPF Dashboard 项目。
Infragistics Dashboard 演示也很不错。

Check out the WPF Dashboard demo. It comes with source code.
Also the WPF Dashboard project on codeplex.
The Infragistics Dashboard demo is nice as well.

千柳 2024-08-25 10:19:58

我的决定是从 Blacklight 项目中获取 DragDockPanel。它同时支持 WPF 和 Silverlight。

My decision was to take the DragDockPanel from the Blacklight project. It's both WPF and Silverlight-enabled.

葵雨 2024-08-25 10:19:58

我知道这是一个非常古老的问题..我想为其他正在寻找非 Blacklight 的仪表板之类控件的人提供答案。我想分享我创建的 Wpf 仪表板控件。我找不到任何可以处理不同大小的动态小部件的东西,所以我创建了自己的小部件。

您可以在这里查看:
https://github.com/DustinBryant/WpfDashboardControl

I know this is a very old question.. I wanted to put an answer out there for anyone else who is in search of a dashboard like control that isn't Blacklight. I thought I'd share the Wpf Dashboard Control I created. I couldn't find anything out there that handled dynamic widgets with varying sizes so I created my own.

You can check it out here:
https://github.com/DustinBryant/WpfDashboardControl

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