Greetings.
I changed the Padding property to All 0 in design mode, the code:
was in the designer file, but at runtime the dock still has Padding 4.
I put the code after the InitializeComponent function and did not work.
finally i put the code in the Load event of the form and take effect in runtime.
I am using the last release of rad Controls with framework 3.5.
Regards.
I changed the Padding property to All 0 in design mode, the code:
this
.radDock1.Padding =
new
System.Windows.Forms.Padding(0);
was in the designer file, but at runtime the dock still has Padding 4.
I put the code after the InitializeComponent function and did not work.
finally i put the code in the Load event of the form and take effect in runtime.
I am using the last release of rad Controls with framework 3.5.
Regards.