If you subclass the List, you can override drawHighlightIndicator nad drawSelectionIndicator.
________________________________ From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Michael Sent: Wednesday, February 07, 2007 5:04 AM To: [email protected] Subject: [flexcomponents] creating a Rectangle around a selected List item Greetings, I'm fairly new to Flex 2 and am trying to extend a List component so that the selected line (and the roll-over) has a border around it instead of just a solid color. It seems that the focusRect() would work, but I can't seem to understand how to access it. Are there any examples out there that could demonstrate something like this? Thanks, M
