ArdScythe
ArdScythe

Reputation: 11

Remove Border In Tab Control VB.NET

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

Answers (1)

Sarvesh Mishra
Sarvesh Mishra

Reputation: 2072

Set TabControl's Margin and Padding to 0, this should solve your problem.

Upvotes: 1

Related Questions