|
Does the cellRenderer property of List not
do enough for you? If it doesn’t you’ll probably need to start
from scratch, I don’t know if we’ve documented enough in 1.5 for
you to get a subclass of List working where you change the children type. Matt From: Hey! Let's set the scenario: I want to create a list of custom
components (MXML) that I can set as a tag in any MXML file. Should I
create a custom list component that inherits from a default one? In this case,
which one? Or can I use any List component? Should I set some property on the
custom item component to accomplish my goal? I would like the container to have the usual List behaviour
(scroll, mouseOver and selected, plus drag-and-drop capability). Thanks in advance! Pablo Gustavo Apanasionek
|
- RE: [flexcoders] Flex 1.5 :: List of Custom Components? Matt Chotin
- RE: [flexcoders] Flex 1.5 :: List of Custom Compone... Pablo Apanasionek

