AFAIK there is no way you can disable the internal ScrollPanels in
HSP. HSP internally puts each widget (left & right) inside a
ScollPanel automatically for you, and if either left of right widgets
grow they will kick in, end of. HSP is also declared final, so it is
impossible to extend the class to attempt to modify this behaviour.

If you want to completely disable HSP resizing (i.e you do not want
the user to able to move the splitter) why use HSP? Why not use a 2
cell HorizontalPanel with a fixed left cell size and the right 100%
width?

On Dec 14, 10:32 am, aragorn <[email protected]> wrote:
> I am using a horizontalSplitPanel to divide my window into two parts-
> left part has fixed width while the right one occupies the entire
> remaining space. I want to hide the fact that i have used SplitPanel
> by  removing the default scrollbars the appear whenever the inner
> panels go out of size and disabling resizing capability of the
> splitPanel. Is there a way to achieve it? I definitely need a way to
> remove the scrollbars.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to