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

  • SEARCH
  • Home
  • 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 7915943
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 3, 20262026-06-03T14:37:41+00:00 2026-06-03T14:37:41+00:00

While creating a small aplication in ExtGwt I’ve bumped into such problem: Is there

  • 0

While creating a small aplication in ExtGwt I’ve bumped into such problem:

Is there any way to center the content of the ContentPanel horizontally (and only horizontally) ?

I know the one solution is to use:

ContentPanel panel = new ContentPanel();
panel.setLayout(new CenterLayout());
//but here is the problem, I MUST set the size of panel
panel.setSize(400, 200);

However, I need this panel to have dinamically calculated height, because it has different content in various places.

Other thing is to use UIBinder, but that’s somehow also not a good idea.

Anyone has idea how to achieve such solution?

  • 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-06-03T14:37:43+00:00Added an answer on June 3, 2026 at 2:37 pm

    layout the ContentPanel inside its container with a FitLayout. that way, the ContentPanel‘s size is always managed, and you won’t have to specify it’s dimensions.

    public class ContentPanelContainer extends LayoutContainer {
    
        @Override
        protected void onRender(Element parent, int index) {
            super.onRender(parent, index);
    
            setLayout(new FitLayout());
    
            ContentPanel panel = new ContentPanel();
            panel.setLayout(new CenterLayout());
    
            add(panel);
        }    
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

while creating a thread in java, there is two ways such as Extending threads
While creating an online shop application using play-1.2.4 ,I ran into some problems with
I am facing a problem while creating a static cursor in DB2. This is
I encountered a code design problem while working on a small application. In terms
I am new to Hibernate. While creating a small app using it I got
While creating the setup for VB.net application I am getting the following warning: Warning
While creating JavaScript with ASP.NET MVC I noticed several scope warnings and realized that
While creating a command line tool (Mac OS X) project in XCode, one has
While creating sharing links for facebook, you can personalize a sharing link by doing
While creating my horizontal menu using the <ul><li>....</li></ul> I came across a few behaviors

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.