开发者

create new instance of itemrenderer in MX DataGrid

开发者 https://www.devze.com 2023-03-05 20:43 出处:网络
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.

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.

create new instance of itemrenderer in MX DataGrid

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

create new instance of itemrenderer in MX DataGrid

But i would like to create new instance ..while scrollling ite开发者_如何学Cm in datagrid.

any idea how to achieve it .

thanks in advance javaamtho


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

0

精彩评论

暂无评论...
验证码 换一张
取 消