1. #1
    Sencha User
    Join Date
    Sep 2012
    Posts
    27
    Vote Rating
    0
    Answers
    2
    billsalvucci is on a distinguished road

      0  

    Default Answered: height of widgets in an hbox

    Answered: height of widgets in an hbox


    I want the widgets that I add to a HBoxLayoutContainer to take all of the height available. In other container's layoutData, I would set height="1" to accomplish this. How can I do it in an hbox? I need to use an hbox, because it is the only container that I have found which can do a pack END

  2. Wrapping in a VerticalLayoutContentLayout didn't help, but setting the HBoxLayoutContainer's hBoxLayoutAlign to STRETCH did the trick

  3. #2
    Ext GWT Premium Member icfantv's Avatar
    Join Date
    Sep 2011
    Location
    Superior, CO
    Posts
    363
    Vote Rating
    15
    Answers
    15
    icfantv will become famous soon enough

      0  

    Default


    What happens when you put the HBLC it in a VerticalLayoutContainer with VerticalLayoutData of -1.0, 1.0 (actual width, 100% height?

  4. #3
    Sencha User
    Join Date
    Sep 2012
    Posts
    27
    Vote Rating
    0
    Answers
    2
    billsalvucci is on a distinguished road

      0  

    Default


    Wrapping in a VerticalLayoutContentLayout didn't help, but setting the HBoxLayoutContainer's hBoxLayoutAlign to STRETCH did the trick