E
Eric
I am completely frustrated trying to control the order that dynamically
created controls appear in a TabPage.
I have tried
tp.Controls.Add(myControl) in a loop which does not work.
I then added my controls to a Control array
Control[] oConts and tried tp.Controls.AddRange(oConts); which does not work
Then I tried, in addition to the above, looping through and explicitly
seting the childindex
with
tp.Controls.SetChildIndex(myCont,iIndex); which still does not work
Is this a known bug or am I overlooking something very simple???
created controls appear in a TabPage.
I have tried
tp.Controls.Add(myControl) in a loop which does not work.
I then added my controls to a Control array
Control[] oConts and tried tp.Controls.AddRange(oConts); which does not work
Then I tried, in addition to the above, looping through and explicitly
seting the childindex
with
tp.Controls.SetChildIndex(myCont,iIndex); which still does not work
Is this a known bug or am I overlooking something very simple???