We don’t allow questions seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. You can edit the question so it can be answered with facts and citations.
Closed 4 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(3)
查看 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.
我的决定是从 Blacklight 项目中获取 DragDockPanel。它同时支持 WPF 和 Silverlight。
My decision was to take the DragDockPanel from the Blacklight project. It's both WPF and Silverlight-enabled.
我知道这是一个非常古老的问题..我想为其他正在寻找非 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