GridBagSizer

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • ncf

    GridBagSizer

    Recently, I came across a presentation about wx.GridBagSizer while
    trying to look up more info to use it in an application, however, the
    presentation noted "Don't use GridBagSizer. Ever."

    Can anyone please explain to me why using GridBagSizer would be such a
    bad idea? Or is this only applicable when using XRC?

    Presentation URI: http://yergler.net/talks/desktopapps_uk/
    Presentation Dated: 20APR05
    Slide Number: 9 -- "Sanity and Cross-Platform XRC"

    -Ws

  • Dave Mandelin

    #2
    Re: GridBagSizer

    Probably just that GridBagSizer is complicated and confusing, and you
    can usually get what you want more easily and maintainably by nesting
    simpler sizers like Box and FlexGrid.

    --
    Want to play tabletop RPGs with your friends online?
    Try RPZen: http://koboldsoft.com

    Comment

    Working...