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

What is this element/how to get rid?

3 Answers 66 Views
RibbonBar
This is a migrated thread and some comments may be shown as answers.
Josh
Top achievements
Rank 1
Josh asked on 31 Mar 2011, 06:37 AM
Hey all,

I can't find this element and how to get rid of it.

Thanks!

3 Answers, 1 is accepted

Sort by
0
Accepted
Richard Slade
Top achievements
Rank 2
answered on 31 Mar 2011, 11:00 AM
Hi Josh,

This section is the QuickAccessToolbar. You can collapse it in the following way
this.radRibbonBar1.RibbonBarElement.QuickAccessToolBar.Visibility = Telerik.WinControls.ElementVisibility.Collapsed;

And you can learn more about customizing it at this help topic
Hope that helps
Richard
0
Josh
Top achievements
Rank 1
answered on 03 Apr 2011, 08:38 PM
Finally got back around to this one. I actually had to set the property to "hidden" not collapsed to get the behavior I wanted.

Thanks buddy, you're awesome!
0
Richard Slade
Top achievements
Rank 2
answered on 04 Apr 2011, 08:56 AM
No problem Josh. Glad that I could be of help.
Richard
Tags
RibbonBar
Asked by
Josh
Top achievements
Rank 1
Answers by
Richard Slade
Top achievements
Rank 2
Josh
Top achievements
Rank 1
Share this question
or