在 MX DataGrid 中创建 itemrenderer 的新实例

发布于 2024-11-06 07:26:53 字数 325 浏览 1 评论 0原文

我想为我的数据网格创建项目渲染器的新实例。

为基于列表的控件的每个可见项创建一个 Item Renderer 类 (ListIR) 的实例。 在此处输入图像描述

当用户滚动浏览数据网格控件的项目时,项目渲染器实例将被回收,而不是创建新的实例实例。

在此处输入图像描述 但我想创建新实例..同时滚动数据网格中的项目。

任何想法如何实现它。

提前致谢 爪哇岛

I want to create new instance of item renderer for my data grid.

A single instance of your Item Renderer class (ListIR) is created for each visible item of the list-based control.
enter image description here

As the user scrolls through the items of a data grid control, Item Renderer instances are recycled rather than creating new instances.

enter image description here
But i would like to create new instance ..while scrollling item in datagrid.

any idea how to achieve it .

thanks in advance
javaamtho

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

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

发布评论

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

评论(1

反差帅 2024-11-13 07:26:53

将列表的 useVirtualLayout 设置为 false。更多信息请参见此处

Set useVirtualLayout to false for your list. More information is here.

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