TabControl

  • Thread starter Thread starter scorpion53061
  • Start date Start date
S

scorpion53061

hi if I make a modification to the collection in VS of a tabcontrol in a
windows application when it returns to the designer the order of the order
it is in is muddled. I try to drag them back into place but the indexes look
right but the numbers don't match. This is critical because code points at
each ofthese pages and says when it is selected do such and such and of
course it is doing things in the wrong place.

Please help and thank you!!
 
I have found exactly the same problem.

My work-around is to use the up and down order selection
buttons to move each tab and then move it back to the
correct location. If this doesn't work I set the order
incorrectly and then exit the collection editor, then go
back into the editor and set the order correctly.

These type of problems make me nervous. . .
Anyone out there with a proper explanation and guaranteed
work-around?
 
or you can just enter the code and move around the order in the AddRange
method for the container.

at 2003-12-05 12:47, Douglas Collie mumbled something like:
 
Back
Top