This is a migrated thread and some comments may be shown as answers.

How to get rid of Quick access menu

1 Answer 151 Views
RibbonBar
This is a migrated thread and some comments may be shown as answers.
Ravi Prakash
Top achievements
Rank 1
Ravi Prakash asked on 25 Mar 2010, 07:15 AM
Dear friends,

I want to know whether i can get rid of QuickAccess Menu(Drop down which is coming right most side of the QuickAccess Toolbar).

I don't want want to show That drop down and a small down arrow button.
Please let me know if there is any way to hide Quick access menu or to collapse it.

Thanks,
Regards,
Ravi

1 Answer, 1 is accepted

Sort by
0
Nikolay
Telerik team
answered on 25 Mar 2010, 09:53 AM
Hi Ravi Prakash,

You can hide the dropdown button of the QuickAccess menu by setting its Visibility property to Collapsed:
this.radRibbonBar1.RibbonBarElement.QuickAccessToolBar.OverflowButtonElement.Visibility = Telerik.WinControls.ElementVisibility.Collapsed;

If you have additional questions, feel free to contact us.

Best wishes,
Nikolay
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
Tags
RibbonBar
Asked by
Ravi Prakash
Top achievements
Rank 1
Answers by
Nikolay
Telerik team
Share this question
or