TileList 自定义 ImageCell,每个图像上的按钮/精灵

发布于 2024-10-08 03:42:10 字数 194 浏览 3 评论 0原文

您好,我尝试在每个 TileList 项目上添加一些按钮或精灵,我什至制作了自己的 ImageCell 类并注入一些在每个图像上添加精灵的代码,但它不是可点击 - 所有点击都指向“object MyImageCell”而不是特定的精灵,是否有解决方案或任何其他方式在 TileList 项目上添加一些内容?

Hi im trying to add some buttons or sprites on each of TileList items, i even made my own ImageCell class and inject some code that adds sprite on each image but it is not clickable - all clicks are reffering to "object MyImageCell" not that specific sprite, is there a solution for this or any other way for adding some content on TileList items?

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

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

发布评论

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

评论(1

红颜悴 2024-10-15 03:42:10

我认为您遇到了我遇到的一些问题。在您的 MyImageCell 类中添加此属性:this.mouseChildren = true;
希望这能有所帮助。

I think you have the some problem as I met.In your MyImageCell class add this property:this.mouseChildren = true;
Hope this can help.

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