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

Hidden Group table?

3 Answers 72 Views
RibbonBar
This is a migrated thread and some comments may be shown as answers.
ASD
Top achievements
Rank 1
ASD asked on 26 Feb 2013, 12:14 PM
How to radbiddon bag group table hidden?

3 Answers, 1 is accepted

Sort by
0
Accepted
Stefan
Telerik team
answered on 26 Feb 2013, 12:34 PM
Hi,

Thank you for writing.

If you want to collapse the whole ribbon please consider the following property;
radRibbonBar1.Expanded = false;

Alternatively, to collapse a single group, you can use its Visibility property:
radRibbonBarGroup1.Visibility = Telerik.WinControls.ElementVisibility.Collapsed;

If the above mentioned information is not what you are looking for, please provide me with a sketch where the area which you want to collapse is highlighted.

I am looking forward to your reply.

Kind regards,
Stefan
the Telerik team
Q3'12 SP1 of RadControls for WinForms is out now. See what's new.
0
ASD
Top achievements
Rank 1
answered on 26 Feb 2013, 12:56 PM
0
Stefan
Telerik team
answered on 26 Feb 2013, 01:12 PM
In this case you should collapse the ribbon as in my first suggestion from the previous post.

Additionally, if you want to prevent the ribbon from expanding/collapsing when double clicked and to hide the expand/collapse button, please consider the following code:
radRibbonBar1.RibbonBarElement.ExpandButton.Visibility = ElementVisibility.Collapsed;
radRibbonBar1.RibbonBarElement.CollapseRibbonOnTabDoubleClick = false;


Greetings,
Stefan
the Telerik team
Q3'12 SP1 of RadControls for WinForms is out now. See what's new.
Tags
RibbonBar
Asked by
ASD
Top achievements
Rank 1
Answers by
Stefan
Telerik team
ASD
Top achievements
Rank 1
Share this question
or