By putting two panels side by side in a horizontal panel or else by
using css float styling of two panels within a FlowPanel, your choice
of which way. Then apply css styling to these two panels to set their
overflow to scroll. This problem has nothing to do
with GWT other than you are using Panels instead of DIVs. Go google
your problem and solve it with DIVs and then do the same thing with
Panels in GWT.

If you don't know how to set css styling to a panel go look it up in
the GWT tutorials, there are a couple ways of doing it and it is all
explained quite nicely there.

On Jul 12, 1:18 pm, abhiram <abhir...@gmail.com> wrote:
> Hi,
>
>   I need to create an application where the screen is split into 2
> scroll bars, one beside the other. Just the way, it is seen in any
> code comparison software!! How do I implement the interdependent
> scroll bars in this case? i.e., if I scroll the left scroll panel, the
> right side scroll panel should also scroll automatically.. How can I
> implement this feature in GWT??
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to