How do I use SplitLayoutPanel with UIBinder? I’ve tried so many different things but none of them work properly.
How do I use SplitLayoutPanel with UIBinder? I’ve tried so many different things but
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You’ll find that
SplitLayoutPanelworks just likeDockLayoutPanel. (SplitLayoutPanelis a subclass ofDockLayoutPanel.) 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
DockLayoutPaneland see if it works for you.