Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Setting TabControl Alignment Properties. C# Winforms

Tags:

c#

winforms

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

like image 286
yonan2236 Avatar asked Jun 13 '26 13:06

yonan2236


1 Answers

Can't do it with the standard Tab control.

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

like image 88
Jay Riggs Avatar answered Jun 16 '26 03:06

Jay Riggs