Scrolling a List go from row 1 to row 2. How can I scroll between two
row? 

My itemRendrer have a big height and it's difficult to see the
scrolling...


<mx:List backgroundColor="#ffff80" width="100%"
dataProvider="{[1,2,3]}"  rowHeight="265"   x="0" height="100%" >
        <mx:itemRenderer>
                <mx:Component>
                        <editor:ImageEditor 
                                editable="true"
                                width="100%"  />
                </mx:Component>
        </mx:itemRenderer>
</mx:List> 

Reply via email to