Re: Column widths in GridBagSizer

2009-11-21 Thread Johan Vromans
Mattia Barbon writes: >Have you already looked at the methods inherited from > FilexGridSizer? From the description, SetFlexibleDirection and > SetNonFlexibleGrowMode should do what you need (but I haven't tried > them). Seems that setting the proportion argument to AddGrowableCol to nonzero

Re: Column widths in GridBagSizer

2009-11-20 Thread Johan Vromans
[Quoting Mattia Barbon, on November 20 2009, 21:19, in "Re: Column widths in"] > > For example, in http:/www.squirrel.nl/pub/xfer/nov2009.png I would > > like to have all columns of equal width. > >Have you already looked at the methods inherited from FilexGridSizer? > From the description,

Re: Column widths in GridBagSizer

2009-11-20 Thread Mattia Barbon
Johan Vromans wrote: Hi, Using a GridBagSizer, is there a way to have all rows and columns of the same height/width? For example, in http:/www.squirrel.nl/pub/xfer/nov2009.png I would like to have all columns of equal width. Have you already looked at the methods inherited from FilexGr

Column widths in GridBagSizer

2009-11-17 Thread Johan Vromans
Hi, Using a GridBagSizer, is there a way to have all rows and columns of the same height/width? For example, in http:/www.squirrel.nl/pub/xfer/nov2009.png I would like to have all columns of equal width. -- Johan