How to access/disable a list item
I'm looking for a way to disable a specific item within a List component. I had thought there would be something along the lines of myList.listItems[3].enabled = false like you find in many other GUI type languages, but I can find no documentation of this in Flash AS3.
What confuses me is that there is Disabled_skin and Selected_disabled in the Cell Renderer skins, so obviously it's something that has been catered for - unless I've misunderstood the use.
Does anyone know how to do this?