Change location of TabControl

  • Thread starter Thread starter Martin
  • Start date Start date
M

Martin

Hello,
I have a form which contains a TabControl. In the designer
I couldn't change the position of the TabControl. It is
locked to the upper left location, but I want to place it
in the middle of the screen and I want that it doesn't
have the full width of the screen. I also tried to change
the code, but the changes didn't take effect.

Could someone write me, what I must do to place the
TabControl in the desired location ?

Thanks
Martin
 
Hello Martin,

For the Pocket PC platform, the TabControl will always be docked to the top
of the form and have the same width as the form. This is a restriction of
the actual TabControl itself, not just a limitation of the forms designer.

--Joe


--
This posting is provided "AS IS" with no warranties, and confers no rights.

--------------------
| From: "Martin" <[email protected]>
| Sender: "Martin" <[email protected]>
| Subject: Change location of TabControl
| Date: Mon, 12 Jan 2004 03:46:21 -0800
|
| Hello,
| I have a form which contains a TabControl. In the designer
| I couldn't change the position of the TabControl. It is
| locked to the upper left location, but I want to place it
| in the middle of the screen and I want that it doesn't
| have the full width of the screen. I also tried to change
| the code, but the changes didn't take effect.
|
| Could someone write me, what I must do to place the
| TabControl in the desired location ?
|
| Thanks
| Martin
|
 
Back
Top