Search code examples
winformssyncfusion

Syncfusion metro form: white line below title bar


I have just started using the syncfusion control suit. The issue I am facing is, when I use the metro form and change the title bar background color and the form background color to any color other than white, it shows a white line just below the title bar. Its a bad UI experience. Whereas all the syncfusion examples on their site don't show any such line under the title bar. Please see the attached screenshot

enter image description here


Solution

  • You can change this by BottomBorderColor property of Form.enter image description here

    Regards, Susmitha S