There are bugs reported on GWT for these scrollbar moving issues... you may check them out if they r relevent to ur case...
On Fri, Jan 23, 2009 at 10:08 PM, rookie <[email protected]> wrote: > > Hi, > I've tree in scroll panel. When user selects tree item, horizontal > scroll moves to right. Scrollbar should not move unless user moves it. > Is there any work around for this? > I tried below but it did not work. > > DOM.setStyleAttribute(scrlPnl.getElement(), "position","static"); > DOM.setStyleAttribute(tree.getElement(), "position","relative"); > > -Suresh > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/Google-Web-Toolkit?hl=en -~----------~----~----~----~------~----~------~--~---
