开发者

Building a great dashboard app in WPF -- what are the controls available out there? [closed]

开发者 https://www.devze.com 2022-12-16 23:08 出处:网络
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
开发者_如何学C

We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.

Closed 2 years ago.

Improve this question

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

I'm looking at the Dynamic Dashboards website for example and I'd like to know, if there are similar controls available for WPF? Or any other dashboard controls you can recommend?


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.


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


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

0

精彩评论

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

关注公众号