Spark List 控件上是否有等效的 MX List itemRollOver 事件?

发布于 2024-11-10 02:18:47 字数 74 浏览 2 评论 0原文

Flex 3 List 控件有一个 itemRollOver 事件。 Flex 4 List 没有它。此问题是否有等效方法或解决方法?

Flex 3 List control had a itemRollOver event. Flex 4 List doesn't have it. Is there an equivalent or a workaround for this issue?

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

榆西 2024-11-17 02:18:47

只需在自定义项目渲染器中添加翻转事件并调度一个冒泡的事件(自定义或其他)。我相信他们删除该事件是为了不调度未使用的事件,除非开发人员指定它。

Just add the roll over event within a custom item renderer and dispatch an event (custom or otherwise) that bubbles up. I believe they removed the event for the sake of not dispatching unused events unless the developer specifies it.

清秋悲枫 2024-11-17 02:18:47

itemRollOver 和 itemRollOut 事件已添加到 Flex 4.5 版本中的 Spark 列表中。

The itemRollOver and itemRollOut events have been added to the spark List in the Flex 4.5 release.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文