Hi GridLock,
Thank you for using Syncfusion controls.
You can hide that while line using the SfForm.Padding property.
|
this.Padding = new Padding(0);
|
This is not an inner border. This is Form’s Background. If you set the backcolor for form. You can achieve this.
Please let us know if you need further assistance on this.
Regards,
Susmitha S