tags:

views:

48

answers:

1

I'm trying to do like what you can see on the image below:

alt text

I'm using Microsoft Visual Studio 2008. In my Form I added a TabControl and set its Alignment properties to Bottom. But as you can see in the image below, It seems there's something wrong in the display. How can I fix it?

alt text

+1  A: 

Can't do it with the standard Tab control.

Try Tab Control with Correct Bottom Theming in .NET from codeproject.com.

Jay Riggs
thanks a lot ....
yonan2236