Hi,

Here's one way:

<mx:List width="200" dataProvider="{myArrayCollection}">
     <mx:itemRenderer>
         <mx:Component>
             <mx:Canvas buttonMode="true" useHandCursor="true"
mouseChildren="false">
                 <mx:Label width="180" text="{data.account}"/>
             </mx:Canvas>
         </mx:Component>
     </mx:itemRenderer>
</mx:List>

-TH

--- In [email protected], "djhatrick" <[EMAIL PROTECTED]> wrote:
>
> Hi, I have a list component, problem is the handCursor only shows by
> the edges, (yes, buttonMode=true, handCursor = true and
> mouseEnabled=false is set on my itemRenderer...
>
> Is there a way to make the handcursor to show up over the entire
> itemRenderer... or is there a way to force the handCursor to display
> some how?
>
> Thanks, Flex is bangin!
>


Reply via email to