Reputation: 11
I have a problem that is quite disturbing, in my control tab at the border there is a tab panel, this is very disturbing scene.
Problem Screenshot : https://i.sstatic.net/a1NO0.jpg
Please help me to remove the border that I put a red arrow
Upvotes: 1
Views: 6515
Reputation: 2072
Set TabControl's Margin
and Padding
to 0, this should solve your problem.
Upvotes: 1