是否有像 Telerik ASP.NET Dock 这样的 Silverlight 小部件框架?
有一些不错的框架允许制作带有可拖动小部件的仪表板。例如:
http://dropthings.omaralzabir.com/
http://demos.telerik.com/aspnet-ajax/dock /examples/default/defaultcs.aspx
它们的行为类似于 ASP.NET WebPart:页面上有一些区域,用户可以将小部件放置到这些区域中。
是否有任何框架可以为 Silverlight 应用程序提供相同的功能?
There are some nice frameworks which allow to make a dashboard with draggable widgets. For example:
http://dropthings.omaralzabir.com/
http://demos.telerik.com/aspnet-ajax/dock/examples/default/defaultcs.aspx
They behave like ASP.NET WebParts: there are some zones on page and the user can place widgets into these zones.
Is there any framework which offers the same functionality for Silverlight applications?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
听起来您需要平铺视图。
Infragistics 做一个,并且还会有其他控件集提供此功能同样,尽管我在 Telerik 控件中找不到一个。
您也可以自己实现 - 尽管与所有这些事情一样,您需要权衡控件的成本与开发它所需的时间。
Is sounds like you need a tile view.
Infragistics do one and there will be other control sets that offer this as well, though I couldn't find one in the Telerik controls.
It's also something you could implement yourself - though as with all these things you need to weigh up the cost of the controls vs the time it would take you to develop it.