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

Minimize the Ribbon

1 Answer 114 Views
RibbonBar
This is a migrated thread and some comments may be shown as answers.
Morgado
Top achievements
Rank 1
Morgado asked on 28 Nov 2007, 05:20 PM
Hello,

It is possible Minimize the Ribbon by code?

Simulate the event of quickaccesstoolbar - minizeribbonitem

Renato Costa

1 Answer, 1 is accepted

Sort by
0
Jordan
Telerik team
answered on 29 Nov 2007, 03:10 PM
Yes, Morgado, this is possible by setting the Expanded property of RadRibbonBar. For example you can use the following code to toggle the minimized state of the ribbon:

this.radRibbonBar1.Expanded = !this.radRibbonBar1.Expanded; 



Sincerely yours,
Jordan
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
RibbonBar
Asked by
Morgado
Top achievements
Rank 1
Answers by
Jordan
Telerik team
Share this question
or