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 7526397
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T03:49:04+00:00 2026-05-30T03:49:04+00:00

My master section consists of a TableViewer and i want the master section width

  • 0

My master section consists of a TableViewer and i want the master section width to be fixed and narrower when compared to details section.

This is how i’m creating the master part.

protected void createMasterPart(final IManagedForm managedForm, final Composite parent) 
{

    toolkit = managedForm.getToolkit();

    Section section = toolkit.createSection(parent,
            ExpandableComposite.EXPANDED | ExpandableComposite.TITLE_BAR );
    section.setText("Sample Master Section");

    Composite composite = toolkit.createComposite(section, SWT.NONE);
    toolkit.paintBordersFor(composite);
    section.setClient(composite);
    composite.setLayout(new FormLayout());

Please let me know your suggestions

  • 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-30T03:49:05+00:00Added an answer on May 30, 2026 at 3:49 am

    The master and the details sections are located in a SashForm. The point of a sash form is to allow the user to adjust the ratios allocated to the child forms. You can control the initial allocation of space, but you cannot make the allocation fixed. Not without re-writing a bunch of the master details form infrastructure that you are using.

    To control the initial space allocation, find in your code where you extend from MasterDetailsBlock class. In that class, there is a protected member variable called “sashForm”. You will want to call setWeights() method on it. Here is a partial example of what you need.

    public class RootSection extends MasterDetailsBlock
    {
        @Override
        public void createContent( IManagedForm managedForm ) 
        {
            super.createContent( managedForm );
    
            this.sashForm.setWeights( new int[] { 20, 80 } );
        }
    }
    

    There is no range of possible values for weights. Only their relation to each other matters. You can use percentages (like in the above example) or whatever other system makes sense to you. Note that you are not setting width of the child forms in pixels.

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

Sidebar

Related Questions

Master section of window contains a DataGrid. Details section displays a form allowing editing
I have this code in my master page in the head section: <head runat=server>
I have rendering a section in the bottom master layout. This is typically section
See section /* Common Classes */ of this page. http://webdesign.about.com/od/css/a/master_stylesht_2.htm are these css classes
I have a Site.Master in my ASP.NET project which defines a HEAD section as
OK, Here is my problem, I have a master page with a HEAD section
I have a master page, with a help link in the top menu. This
I have a partial Sidebar added to the master page (Layout) and inside this
Im building this Digital Signage prototype for a master thesis. Im using WPF and
I have 2 git branches: master and experimental. Experimental became good, I want to

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.