Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

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.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6849127
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T00:57:06+00:00 2026-05-27T00:57:06+00:00

I want to display three or more DataGrids in my LayoutPanel and specify their

  • 0

I want to display three or more DataGrids in my LayoutPanel and specify their width as a percentage of the total width of the LayoutPanel, but in the LayoutPanel methods i see only methods for setting the width of the left and right widgets. setWidgetLeftWidth() and setWidgetRightWidth().

Is it possible to add more than 2 widgets to a LayoutPanel like

layoutPanel.add(dataGrid1);
layoutPanel.add(dataGrid2);
layoutPanel.add(dataGrid3);
layoutPanel.add(dataGrid4);

and then set the width of each widget to be 25% of the width of the LayoutPanel?

Thanks and regards
Mukul

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-27T00:57:07+00:00Added an answer on May 27, 2026 at 12:57 am

    Well I think you could do it with LayoutPanel too, but using the DockLayoutPanel is much easier! Here is the code for a the example you tried with a LayoutPanel.

    public void onModuleLoad() {
    
        //define a DockLayoutPanel with a Percentage size definition
        DockLayoutPanel dockLayoutPanel = new DockLayoutPanel(Unit.PCT);        
    
        //add four widgets to the DockLayoutPanel, each with a Percentage
        //with of 25%
        dockLayoutPanel.addWest(new Label("widget 1"), 25);
        dockLayoutPanel.addWest(new Label("widget 2"), 25);
        dockLayoutPanel.addWest(new Label("widget 3"), 25);
    
        //the last widget must always be added with the .add method 
        //since it takes the rest of the screen
        dockLayoutPanel.add(new Label("widget 4"));
    
        //set a with to the DockLayoutPanel (elso you don't se much)
        dockLayoutPanel.setWidth("500px");
        dockLayoutPanel.setHeight("500px");
    
        //add it to the RootPanel
        RootPanel.get().add(dockLayoutPanel);       
    }
    

    So as long as you don’t have a good reason why you must use LayoutPanel, I’d use the DocklayoutPanel!

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I want to display three different values allocated to two different headers, in other
Suppose you have a JTable and for each cell you want to display three
I want to display a table like this Generated from three database tables depends
I want to display the incoming emails on my website. I have three web
if i remove a.three display block this shows up fine. However what i want
I want to combine three sprites and display it as a single sprite. I
I want to display a lot of data in DataGridView (more than 1000 rows
I want to display a FileChooser to the user where he can only choose
I want to display a file tree similarly to java2s.com 'Create a lazy file
I want to display a png with flex's builtin image component. There's a specific

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.