Hm, for some reason it's not. I have a comboBox with a dataprovider,
which gets it's data from a XML file. The same for the List, is this a
problem?

I mean, is this option only available with static data and not with
dynamic data? Because I've got no clue as to why it wouldn't work.


--- In flexcoders@yahoogroups.com, "Alex Harui" <[EMAIL PROTECTED]> wrote:
>
> mouseWheel should already work on list and combobox dropdowns.
> 
>  
> 
> ________________________________
> 
> From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
> Behalf Of kevintuhumury
> Sent: Monday, September 10, 2007 7:52 AM
> To: flexcoders@yahoogroups.com
> Subject: [flexcoders] Mousewheel on a scrollbar (List or combobox)
> 
>  
> 
> Hey,
> 
> I'm trying to figure out on how to use the mousewheel on a list or a
> combobox, but I'm not getting anywhere. DataGrid and TextArea have an
> option called mouseWheelEnabled, I'd like to have this option also for
> a List or a ComboBox.
> 
> I was thinking of extending ScrollBar and adding a method which makes
> scrolling with the mousewheel possible. But how do you enable it for
> all the scrollbars in an application?
> 
> I was thinking of maybe calling the new class with ClassReference in
> my CSS file, but I'm not sure on which element I should add it. Any
> help would be great!
> 
> For a few examples check out: www.scrapblog.com (comboBox with fonts
> or Lists in the Accordion)
>


Reply via email to