QuickPanel in Ribbon Control - Hide Drop Down

Hi,

I am trying to hide the dropdown button that is visible in the quick panel. Please see attachment for sample.

Thanks,

Gurbhej



sample_c0faf1d4.zip

1 Reply

AD Administrator Syncfusion Team August 22, 2008 06:38 AM UTC

Hi Gurbhej,

Thank you for your interest in Syncfusion Products.

Currently there is no built in support to hide the dropdown arrow of the QuickAccessToolbar. You can hide the entire QuickPanel by setting QuickPanelVisible property to false.

[C#]
this.ribbonControlAdv1.QuickPanelVisible = false;

Please let me know if any concerns.

Regards,
Hema


Loader.
Up arrow icon