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.
Panel
SplitContainer
Screenshot http://xload.dev-ch.com/6ef9241aba201922/screen397.jpg
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.
TextBox
TabPage
Dock
Fill
Margin
0,0,0,0
Padding