views:

485

answers:

3

How do I use SplitLayoutPanel with UIBinder? I've tried so many different things but none of them work properly.

A: 

The "Moving to Standards Mode" section of the Developer's Guide page on Layout using Panels says "SplitPanels are very unpredictable in standards mode, and you should almost invariably replace them with SplitLayoutPanel."

If that doesn't solve your issue, then please be more specific as to something that you've tried, what you expected to happen, and what happened instead.

aem
Ok then, how do I use a SplitLayoutPanel with UIBinder? I still cannot find any documentation containing sample code.
Matt H
+3  A: 

You'll find that SplitLayoutPanel works just like DockLayoutPanel. (SplitLayoutPanel is a subclass of DockLayoutPanel.) You may have already read about this in the Developer's Guide section on Layout Panels.

Often, the UiBinder documentation for a class is actually given in the docs for its superclass. Take a look at the documentation for DockLayoutPanel and see if it works for you.

Wesley
A: 

I am finding that the splitters in the SplitLayoutPanel move very slowly or not at all when they are dragged. This is especially visible in Firefox or IE. Anybody know what I may be doing wrong?

Kirt