G
Guest
I have a form with a tab control containing several tabs. Using the tabPages
Collection editor (in design mode) I reordered the tabs using the up/down
arrow keys. When I click OK, the tabs are reordered in the design view as I
wanted. But, when I build the app, the tabs are put back in the original
order. I found that I can fix the problem by editing the windows form
designer generated code by changing the order that the tabs are added to the
tab control. This seems to be a bug but am I missing something? Also is it
safe to modify the designer generated code?
Collection editor (in design mode) I reordered the tabs using the up/down
arrow keys. When I click OK, the tabs are reordered in the design view as I
wanted. But, when I build the app, the tabs are put back in the original
order. I found that I can fix the problem by editing the windows form
designer generated code by changing the order that the tabs are added to the
tab control. This seems to be a bug but am I missing something? Also is it
safe to modify the designer generated code?