M
Mr. X.
Hello.
I see that, when insert controls to the same parent on the following way :
control1.parent = commonParent
control2.parent = commonParent
commonParent.controls(0) ' this is coltrol1
commonParent.controls(1) ' this is control2
But, when I am doing so on design time, the order is reversed (and that
what's I need).
commonParent.controls(0) ' this is coltrol2
commonParent.controls(1) ' this is control1
How can I insert into the parent, the controls with reverse-order?
Thanks
I see that, when insert controls to the same parent on the following way :
control1.parent = commonParent
control2.parent = commonParent
commonParent.controls(0) ' this is coltrol1
commonParent.controls(1) ' this is control2
But, when I am doing so on design time, the order is reversed (and that
what's I need).
commonParent.controls(0) ' this is coltrol2
commonParent.controls(1) ' this is control1
How can I insert into the parent, the controls with reverse-order?
Thanks