We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

MetroForm As A Navigation Menu

Is there a way we can make the border 0 through coding so we can use MetroForm as a navigation menu.
I have read this 2017 posting (https://www.syncfusion.com/forums/131633/metro-form-border) but maybe there is a fix now.

In .NET this is possible, but why limit it in MetroForm.
Please see attached for reference.

Attachment: menu_style_mf_d1e4888e.7z

1 Reply

MA Mohanram Anbukkarasu Syncfusion Team September 24, 2019 10:07 AM UTC

Hi ER, 

Thanks for contacting Syncfusion support. 

You can achieve this requirement by directly disabling the InnerBorderVisibility property of the form.  

Please refer the following code example and sample from the given link. 

Code example :  

public Form1() 
{ 
    InitializeComponent(); 
    this.InnerBorderVisibility = false; 
} 


 
 
Please get back to us if you need further assistance. 
 
Regards, 
Mohanram A. 


Loader.
Live Chat Icon For mobile
Up arrow icon