Control HSlider or VSlider with the Mouse Wheel

February 14, 2009

When I was working on my Flex MP3 player I thought it would be nice to make it possible to control the volume slider with the mouse wheel. I started scrolling trough the events of the HSlider component and luckily, there is a standard event that is dispatched when a user uses the mouse wheel.

Read more