funny look to tab with bottom alignment

  • Thread starter Thread starter a non e mouse
  • Start date Start date
A

a non e mouse

When a tab page is made with the tabs aligned at the bottom instead of
the
default top one gets a funny look and feel. The rounded parts of the
tabs
continues to be at the top and the square end is at the bottom. One
would
expect it to be inverted. (This is .NET 2.0 framework and I cannot
move to
new frameworks due to certain other problems)

Is something wrong here ?

Anonymous
 
As I stated, TabControl only supports Top alignment with Visual Styles
applied. The screenshot shows Bottom alignment which is not supported and so
cannot be classified as wrong.

If you use one of the two free TabControls from my site then the theme-parts
will be rotated as required.
http://www.dotnetrix.co.uk/controls.html

Note that TabControlEx has more features than the other tabcontrol on my
site, but the other control works better.

Visual Studios Property browser does not use a TabControl.

Maybe this will be of interest to you:
http://sourceforge.net/projects/dockpanelsuite/
 
a non e mouse said:
When a tab page is made with the tabs aligned at the bottom instead of
the
default top one gets a funny look and feel. The rounded parts of the
tabs
continues to be at the top and the square end is at the bottom. One
would
expect it to be inverted. (This is .NET 2.0 framework and I cannot
move to
new frameworks due to certain other problems)

I think this behavior is by design for Windows XP visual styles. It has
been reported numerous times:

<URL:http://connect.microsoft.com/VisualStudio/feedback/ViewFeedback.aspx?FeedbackID=88391>
 
Back
Top