从 WPF 移植到 Silverlight - ItemsControl/ItemCollection

发布于 2024-08-04 12:41:27 字数 404 浏览 8 评论 0原文

我正在将一个应用程序(其他人编写的)从 WPF 移植到 Silverlight。我有一个继承自 ItemsControl 的类。在部分代码中,我访问 ItemsControl.Items 属性(类型为 ItemCollection)。然而,WPF 中存在的一些方法/属性在 Silverlight 中缺失:

  • MoveCurrentToFirst()
  • CurrentItem
  • CurrentPosition
  • GetItemAt()

这些方法/属性的 Silverlight 等效项是什么,或者在 Silverlight 中是否有完全不同的方法来实现此目的?我的互联网搜索仅返回有关 WPF 的信息,没有有关 Silverlight 的信息。

任何帮助表示赞赏。

I'm porting an app (which someone else wrote) from WPF to Silverlight. I have a class which inherits from ItemsControl. In part of the code I access the ItemsControl.Items property (of type ItemCollection). However, some of the methods/properties which exist in WPF are missing in Silverlight:

  • MoveCurrentToFirst()
  • CurrentItem
  • CurrentPosition
  • GetItemAt()

What is the Silverlight equivalent of these methods/properties, or is there a totally different way of approaching this in Silverlight? My internet searches only return information for WPF, with no information on Silverlight.

any help appreciated.

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文