Remove SplitContainer Panel Tab In WinForms

Is there any way to remove to fill from Panelinside SplitContainer? So far, I have tried setting or overwriting the Padding property without any effort. I don’t necessarily want to end up with a custom drawing too.

Screenshot http://xload.dev-ch.com/6ef9241aba201922/screen397.jpg

+3
source share
1 answer

If you want to TextBoxfill the entire control TabPage, you need to set the property to a TextBox Dockvalue Fill, change the property Marginto 0,0,0,0, and then TabPage, make sure that the parameter is Paddingset to 0,0,0,0.

+1
source

All Articles