开发者

create new instance of itemrenderer in MX DataGrid

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜