tabcontrol always at top

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Whenever I place a tab control on a form, It always puts it at 0,0. I I try to change any of thge properties (size,x,y,....) they always revert back to the initial settings. If I put code after the initialize compponents section it works until I make any change in the designer, then the tabcontrol seems to ignore the aded code. I'm new to .netcf, so I'm sure it's something simple.
 
This behaivour is by design. As a workaround you can try to place TabControl
inside of a Panel.

--
Alex Yakhnin .NET CF MVP
www.intelliprog.com | www.opennetcf.org

mgarner1980 said:
Whenever I place a tab control on a form, It always puts it at 0,0. I I
try to change any of thge properties (size,x,y,....) they always revert back
to the initial settings. If I put code after the initialize compponents
section it works until I make any change in the designer, then the
tabcontrol seems to ignore the aded code. I'm new to .netcf, so I'm sure
it's something simple.
 
Thanks, I'd already figured that out. I was just making sure that I wasn't missing anything about using the compact framework. I was hoping that in cf.net and vs.net that the pocketpc controls would be more like the "real controls". It seemed that in enbedded 3.o I was always making concessions or work arounds for limitations.

Thanks once again!
 
Hey, you are not in Kansas anymore :)

--
Alex Yakhnin .NET CF MVP
www.intelliprog.com | www.opennetcf.org

mgarner1980 said:
Thanks, I'd already figured that out. I was just making sure that I wasn't
missing anything about using the compact framework. I was hoping that in
cf.net and vs.net that the pocketpc controls would be more like the "real
controls". It seemed that in enbedded 3.o I was always making concessions or
work arounds for limitations.
 
Back
Top