Articles in this section
Category / Section

How to hide the dropdown portion of the quick access toolbar in WinForms RibbonControlAdv?

1 min read

Hide the dropdown

We can hide the dropdown portion of the Quick Access Toolbar by setting the property ShowQuickItemsDropDownButton of RibbonControlAdv to false.

C#

ribbonControlAdv1.ShowQuickItemsDropDownButton=false;

 

VB

ribbonControlAdv1.ShowQuickItemsDropDownButton=FALSE

 

Reference link: https://help.syncfusion.com/windowsforms/ribbon/quick-access-toolbar

Did you find this information helpful?
Yes
No
Help us improve this page
Please provide feedback or comments
Comments (0)
Please sign in to leave a comment
Access denied
Access denied