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

Remove dotted border from selected node

Hello, how can i remove dotted border from selected node?


3 Replies

MK Mallika Kannan Syncfusion Team May 15, 2017 10:47 AM UTC

Hi Mate,   
   
Thank you for Contacting Syncfusion support.   
   
In MultiColumnTreeView control, Dotted selection line can be removed when its Style is set as Metro.    
   
Please make use of the Below Code Example  
 
Code Example [C#]    
   
   
//Remove Dotted Border using Metro Style.   
               
this.multiColumnTreeView1.Style = Syncfusion.Windows.Forms.Tools.MultiColumnTreeView.MultiColumnVisualStyle.Metro;   
   
   
Please refer the below Screenshot.   
   
Screenshot   
   
     
   
We have also prepared the sample for your reference, it can be downloaded from the below link.   
   
   
Please let us know if it is helpful.   
   
Regards,   
Mallika   



VH Vhalaky May 15, 2017 11:07 AM UTC

Hello, it works, thank you!


MK Mallika Kannan Syncfusion Team May 16, 2017 04:22 AM UTC

Hi Mate, 
 
Thanks for your update. 
 
We are glad to hear that your issue has been resolved. Please let us know if you need any other assistance.   
 
Regards, 
Mallika 
 


Loader.
Live Chat Icon For mobile
Up arrow icon