Mark.Melvin@dspfactory.com 01/31/03 09:06AM >>>
Hi All,I have placed a bunch of wxStaticText controls in a wxBoxsizer, but and
when I change the text in the controls, they do not adjust their width
to suit.
Well, this I am going to take a stab at this, but I am new to wxPython so no guarantees
Did you set the flag wxGROW when you added the controls to your sizer? >From the wxWindows docs, it seems like this is what you are looking for. Anyhow, give it a try I guess.
Christian