isomorphic-software / smartgwt

Smart GWT is a GWT-based framework that allows you to not only utilize its comprehensive widget library for your application UI, but also tie these widgets in with your server-side for data management.
37 stars 22 forks source link

VLayout ScrollBar Auto Resize #676

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Hi,

I have a VLayout and inside it there are several objects which support drag and 
drop moving. I want to extend the size of scrollbars when objects are moved 
close or outside of VLayout edges. The problem is that scrollbars do not get 
resized and objects stay out of VLayout dimensions. 

As an example, have a look at 
http://www.smartclient.com/smartgwt/showcase/#zoom_and_pan where after zoom, if 
there were scrollbars, then they would need to adjust their size during zoom 
and unzoom. 

Please advice.

Another issue I have is that the vertical scrollbar moves when using mac 
touchpad gestures, but horizonal doesn't move.Is this a bug or a setting which 
needs to be turned on ? 

Thanks

Original issue reported on code.google.com by petros.p...@gmail.com on 12 Jul 2012 at 6:39