Hello, I have a List using a custom component as item renderer. I want some items not to be displayed, based on a criteria that's contained by the cell item itself.
<mx:List dataProvider="{folderViewData}"
itemRenderer="views.FolderCellRenderer" />
Playing with the "visible" attribute of the custom cell renderer root
component did not do the trick. how can make this happen?
Thanks, Robert

