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

How to hide the bar on the top of ToolStripEx


I'd like to hide the top bar in the ToolStripEx control (see image below).

The ShowLauncher property only hides the little arrow in the top right corner but not the bar. I'd like just a single bar with my buttons on it.




1 Reply

SK Senthil Kumaran Rajan Syncfusion Team May 20, 2015 12:51 PM UTC

Hi Taylour,

Thank you for using Syncfusion products.

We would like to let you know that, the caption bar in ToolStripEx can be hidden using the property named ShowCaption. Please refer the below code snippet to hide the caption bar in ToolStripEx. We have prepared a sample for your reference and it can be downloaded from the following location.

Code Snippet[C#]:

//To Hide the Caption Bar in ToolStripEx

this.toolStripEx1.ShowCaption = false;


Sample Location : http://www.syncfusion.com/downloads/support/forum/119187/ToolStripEx1351279873.zip

Please refer the below image for further reference.



Please let us know if you need further assistance.

Regards,
Senthil

Loader.
Live Chat Icon For mobile
Up arrow icon