wiln / flexlib

Automatically exported from code.google.com/p/flexlib
0 stars 0 forks source link

DragScrollingCanvas breaks layout. #254

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
<mx:Box id="workArea" height="100%" width="100%">
<flexlib:DragScrollingCanvas id="dragCanvas" width="100%" height="100%">

What is the expected output? What do you see instead?
a normal scrollbar and a dragable canvas.

What version of the product are you using? On what operating system?
flexlib 2.4

Please provide any additional information below.
The DragScrollingCanvas makes a scroll that has a padding or something that
makes a horizontalScroll appear once the verticalScroll appears even if it
is not necesary.

Original issue reported on code.google.com by samuel.t...@gmail.com on 30 Oct 2009 at 1:22