Hi all, Because it seems it is not possible to get the childs of a Repeater component. I want to create a custom component that extends the Repeater component. Everytime when the repeater is placing it's currentItem I want to store that item in an ArrayCollection. What event will be triggered when a repeater is handling it's next item?
Also what if I have an bindable ArrayCollection that is the dataprovider for the repeater and 1 item is added to that arrayCollection, or when 1 item is removed from the ArrayCollection. How should this be handled in my custom repeater component? What events are dispatched when these kind of things happen? Cheers and thanks, Rick

