Setting TabControl alignment properties. C # winforms

I am trying to do what you can see in the image below:

alt text

I am using Microsoft Visual Studio 2008. In my form, I have added TabControl and set the Alignmentvalue for my properties Bottom. But, as you can see in the image below, it seems that something is wrong on the display. How can i fix this?

alt text

+3
source share
1 answer

There is no way to do this with the standard Tab control.

Try Tab Management with the right drop in .NET content from codeproject.com.

+1
source

Source: https://habr.com/ru/post/1765561/


All Articles