在 WPF 中构建出色的仪表板应用程序——有哪些可用的控件?
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/2088187/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Building a great dashboard app in WPF -- what are the controls available out there?
提问by Max Galkin
My application collects business data from various sources, aggregates it, groups and filters, and needs to display it. Pretty uncommon, right? =)
我的应用程序从各种来源收集业务数据,对其进行聚合、分组和过滤,并需要将其显示出来。很不常见,对吧?=)
The point is that I already have a "drill-down" UI, so the Services and Operations people can find their data in the tree view and do their job. But now I also need a shiny high-level dashboard view for the Big Bosses to oversee their whole Kingdom. I guess that should be exactly where the WPF's strength is...
关键是我已经有了一个“向下钻取”UI,因此服务和运营人员可以在树视图中找到他们的数据并完成他们的工作。但现在我还需要一个闪亮的高级仪表板视图,供大 Boss 监督他们的整个王国。我想这应该正是 WPF 的强项所在......
I'm looking at the Dynamic Dashboards websitefor example and I'd like to know, if there are similar controls available for WPF? Or any other dashboard controls you can recommend?
例如,我正在查看动态仪表板网站,我想知道是否有类似的控件可用于 WPF?或者您可以推荐任何其他仪表板控件?
采纳答案by Max Galkin
My decision was to take the DragDockPanel from the Blacklightproject. It's both WPF and Silverlight-enabled.
我的决定是从Blacklight项目中采用 DragDockPanel 。它同时支持 WPF 和 Silverlight。
回答by gyurisc
Check out the WPF Dashboarddemo. It comes with source code. Also the WPF Dashboardproject on codeplex. The Infragistics Dashboarddemo is nice as well.
查看WPF 仪表板演示。它带有源代码。还有codeplex 上的WPF Dashboard项目。该Infragistics的仪表盘演示是很好的为好。
回答by Dustin
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.
我知道这是一个非常古老的问题。我想为其他正在寻找非 Blacklight 之类的控制面板的人提供一个答案。我想我会分享我创建的 Wpf 仪表板控件。我找不到任何可以处理大小不同的动态小部件的东西,所以我创建了自己的小部件。
You can check it out here: https://github.com/DustinBryant/WpfDashboardControl
你可以在这里查看:https: //github.com/DustinBryant/WpfDashboardControl