Re: [Gambas-user] Re-arrange controls

2011-02-22 Thread Benoît Minisini
> Hi, > > I have a from with arrangement=Vertical. I add some buttons in code like: > button1 = new Button(Form1) > button2 = new Button(Form1) > . > Of course when program starts, the buttons are displayed from top to bottom > with order: button1 => button2 . > I want to rearrange those b

[Gambas-user] Re-arrange controls

2011-02-22 Thread Phạm Quang Dương
Hi, I have a from with arrangement=Vertical. I add some buttons in code like: button1 = new Button(Form1) button2 = new Button(Form1) . Of course when program starts, the buttons are displayed from top to bottom with order: button1 => button2 . I want to rearrange those buttons with new or