I was using System.Windows.Forms.TabControl to list custom pages, but there seems be a Hardcoded Padding of 3 pixels on all sides of Tabcontrol.
How I can remove that. One point here is I dont want to remove Tabs on Top
http://social.msdn.microsoft.com/Forums/en-US/winforms/thread/a8c5bc93-8f76-42e7-b501-b12f8b5bd1eb/
I found above MSDN link whick does removes margins from all sides including TabItems on top which I dont want.
Thanks in advance!
This is the only way I can modify that padding.