How do I enable/disable individual ListItemRenderers in a ScrollingList?

I made a scrolling list in Scaleform. How do I enable and disable individual ListItemRenderers in my scrolling list? I’m trying to access them using getRendererAt, but that only seems to return null.

Edit: Nevermind. It looks like I just need to wait a frame after the scrolling list’s data provider gets set. You can’t access the individual renderers until the frame after you tell them to get created.

1 Like