Re: [Boa Constr] Add sizers afterwards
Status: Beta
Brought to you by:
riaan
From: Werner F. B. <wer...@fr...> - 2009-03-20 15:15:08
|
Tanay Shah wrote: > Hey, > > I've made up almost the entire frame but now i need sizers to manage > those controls on the frame. Is there any way i can add sizers without > having to disturb my current set up ?? It will disturb it, but just temporarily. Add the sizer and then you need to manualy add the widgets to the sizer using the sizers collection editor. This is the way I did a lot of my screens when the support of sizers was not as good as it is now - it just takes a little bit more time then adding the sizer first and dropping the controls after onto the designer. Werner |