scrolling interval in a Spark List with Tilelayout oversized while using mouse wheel after scrolling with mouseclick
问题 I have a spark List with an item renderer and a tile layout. If I scroll by clicking with the mouse on the scroll bar and trying to scroll with the mouse wheel after that, there is a problem: The interval of the scrolling is oversized, instead of scrolling one item down (or up) the List scrolls 4 items down (or up). <s:List dataProvider="{myDataProvider}" itemRenderer="MyRenderer" left="11" right="11" bottom="3" top="10" useVirtualLayout="false" > <s:layout> <s:TileLayout columnAlign=