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

The Archive Base Latest Questions

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

I have seen examples where some number is specified against flex, like say {text:

  • 0

I have seen examples where some number is specified against flex, like say

{text: 'Actual', xtype : 'gridcolumn', dataIndex: 'some_data', flex: 1}

What is conveyed by this property? The documentation specified is a little difficult to understand, so a simpler explanation would greatly help!

  • 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:35:51+00:00Added an answer on May 27, 2026 at 12:35 am

    To avoid using the documentation description, which you said you found a bit tricky:

    Flex is used as a property in hbox and vbox layouts, and indicates the amount of space this component will take up in its parent container.

    You can use any number greater than zero as a flex property value – some people like to use whole numbers for simplicity, others I’ve seen use values like 0.25 to more easily represent percentages.

    A basic example of flex in action:

    var myPanel = Ext.create('Ext.panel.Panel', {
        width: 100,
        height: 100,
        layout: {
            type: 'hbox',
            align: 'stretch' // Stretches child items to the height of this panel.
        },
        items: [{
            xtype: 'container',
            html: 'Container one!',
            flex: 5 // This takes up 50% of the container.
        }, {
            xtype: 'container',
            html: 'Container two!',
            flex: 3 // This takes up 30% of the container.
        }, {
            xtype: 'container',
            html: 'Container three!',
            flex: 2 // This takes up 20% of the container.
        }]
    });
    

    The key here is knowing that it’s not the value of each flex that defines the layout, but how these values all relate to each other. If I added another container with a flex of 10 into this layout, that would take up half of the layout, since 10 is half of 10 + 5 + 3 + 2 = 20.

    Hope that helps!

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

Sidebar

Related Questions

I've seen a number of examples that have a thread procedure that looks like
I have seen lots of chat examples in Erlang but what about lists, like
I have seen some examples of the random int in Objective-C, but all people
I have seen examples of printing from a windows application but I have not
Greetings everybody. I have seen examples of such operations for so many times that
I have seen many examples, with many 'no, you missed something' comments. What is
All the examples I have seen where the PropertyPlaceHolderConfigurer is used seem to be
All the examples I've seen regarding a RESTful architecture have dealt with a single
I've seen in a few iPhone examples that attributes have used an underscore _
I've seen a number of 'code metrics' related questions on SO lately, and have

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.