1. #1
    Ext GWT Premium Member
    Join Date
    Feb 2011
    Posts
    127
    Vote Rating
    0
    bluemartini is on a distinguished road

      0  

    Default Unanswered: BorderLayout question

    Unanswered: BorderLayout question


    Is it possible to hide the center panel of a border layout container? If not, can the east and west panels be expanded over the center panel so the right and left borders are touching?

    Thank you.

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

      0  

    Default


    What happens if you simply don't set a widget in the center panel? A BorderLayoutContainer is just a SimpleContainer w/ the ability to allocate space for a North, South, East and/or West widget.

    As such, looking at the SimpleContainer code, the default value for the center panel widget is null.