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 -~----------~----~----~----~------~----~------~--~---
