> 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
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