I have a tab control to get a data about public appeals.
One tabpage get a complainer data and the other tabpage get a complain data.
By default (English language) the visual studio create the tabpage in the
left side on the tab control
I want to know if I can change the side of the tabpage in the tab control
that it starting represent the tabpage from the right side.
Thank for who refer my question.

Re: change the side of the tabpage in tabcontrol by Mick

Mick
Wed Sep 21 16:18:32 CDT 2005

TabControl doesn't do this but it's simple enough to modify it yourself.

http://www.dotnetrix.co.uk/tabcontrols.html --> Mirrored TabControl.

--
Mick Doherty
http://dotnetrix.co.uk/nothing.html


"amos hchmon" <amoshchmon@discussions.microsoft.com> wrote in message
news:5E980D06-0498-49B2-AABE-2C5597C72E87@microsoft.com...
>I have a tab control to get a data about public appeals.
> One tabpage get a complainer data and the other tabpage get a complain
> data.
> By default (English language) the visual studio create the tabpage in the
> left side on the tab control
> I want to know if I can change the side of the tabpage in the tab control
> that it starting represent the tabpage from the right side.
> Thank for who refer my question.
>