J
JB
I am using a PPC2003 device, .NET Framework 2.0 and VS 2005.
I have a bunch of panels placed on a form and each panel has it's Dock
set to Top, thus allowing all the control to shift down when any panel
above it is resized at runtime.
My problem is the tab order. I can rearrange the tab order for the
child controls of the panels using View->Tab Order, but I cannot
change the tab order of the panels themselves.
If I change the order the panels are added in the Initialize code
(me.controls.add(...)) then the order they appear on the form is also
changed. If I use me.Controls.SetChildIndex(Panel1,0)) etc... then
the order also changes.
Anybody have any ideas?
Thanks.
I have a bunch of panels placed on a form and each panel has it's Dock
set to Top, thus allowing all the control to shift down when any panel
above it is resized at runtime.
My problem is the tab order. I can rearrange the tab order for the
child controls of the panels using View->Tab Order, but I cannot
change the tab order of the panels themselves.
If I change the order the panels are added in the Initialize code
(me.controls.add(...)) then the order they appear on the form is also
changed. If I use me.Controls.SetChildIndex(Panel1,0)) etc... then
the order also changes.
Anybody have any ideas?
Thanks.