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

Minimize the RadRibbonBar

8 Answers 454 Views
RibbonBar
This is a migrated thread and some comments may be shown as answers.
Andrés David Santacoloma Isaza
Top achievements
Rank 1
Andrés David Santacoloma Isaza asked on 21 Sep 2010, 03:59 PM
Hello:
When I press double click on a tab of the RadRibbonBar, all tabs are minimized.
How do I to control this state?

I need control it, because the space into my form chage every time it's minimized and the location of all the controls cange too.

thanks

8 Answers, 1 is accepted

Sort by
0
Peter
Telerik team
answered on 24 Sep 2010, 04:19 PM
Hi Andrés David Santacoloma Isaza,

Thanks for writing.

You can enable/disable this behavior by setting the CollapseRibbonOnTabDoubleClick property.
This property gets or sets a value indicating whether the ribbon bar will be collapsed or expanded on a double click operation of a ribbon tab. You could also manually expand or collapse RadRibbonBar by setting the Expanded property.

In addition, you can subscribe to the ExpandedStateChanged event. This event fires when RadRibbonBar becomes collapsed or expanded.

I hope this helps.

Regards,
Peter
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
0
fransiscus agung
Top achievements
Rank 1
answered on 10 Feb 2011, 07:01 AM
Hi Peter,

I'm unable to find Expanded property of the RadRibbonBar. Currently, I have RadControls for WPF Q3 2010 SP1 (trial) installed.
- where is the property?
- there is IsMinimized property. Does it replace the Expanded one?

Appreciate for your help.

Regards,
Agung

 

0
Richard Slade
Top achievements
Rank 2
answered on 10 Feb 2011, 10:04 AM
Hello,

You have added your question to the WinForms forums rather than the WPF forums. If you ask your question in the RibbonBar WPF Forum where the WPF experts live, I'm sure you'll get the answer there.
Regards,
Richard
0
Tina Stancheva
Telerik team
answered on 10 Feb 2011, 01:53 PM
Hello Richard Slade,

The following properties are related to the minimize feature of the RadRibbonBar for WPF:
  • IsMinimizable - use this property to enable/disable the minimization functionality of the ribbon. The default value is True.
  • IsMinimized - use this property to set or get the current minimize state of the ribbon.
  • IsMinimizedPopupOpen - use this property to get whether the minimized popup menu of the ribbon is opened or not.
You can read more info here. I hope this helps. Still, if we can further assist you, please let us know.

Regards,
Tina Stancheva
the Telerik team
Let us know about your Windows Phone 7 application built with RadControls and we will help you promote it. Learn more>>
0
Mariano
Top achievements
Rank 1
answered on 18 Feb 2011, 04:37 PM
CollapseRibbonOnTabDoubleClick fix one problem for me, but I have another similar problem.
I have a RadRibbonBar with 3 tabs + file tab (for menu). When I click over the ribbon bar outside the tabs, my 3 tabs moves to the left and one gets partialy behind file tab. To make it clear, I click and keep it pressed and the tabs move, I release and the tabs get back to position.
How can I disable this click event outside the tabs?
Regards,
Mariano
0
Peter
Telerik team
answered on 24 Feb 2011, 10:18 AM
Hello Mariano,

Thank you for the writing.

We are aware of this behavior and it happens only with Office2010 theme. You cannot disable the mouse click on tab items strip area and there is no other workaround I can provide you with for this theme. We will try to address the issue in one of our next releases.

Do not hesitate to contact us if you have other questions.

Kind regards,
Peter
the Telerik team
Registration for Q1 2011 What’s New Webinar Week is now open. Mark your calendar for the week starting March 21st and book your seat for a walk through all the exciting stuff we ship with the new release!
0
Rener
Top achievements
Rank 1
answered on 08 Dec 2013, 10:20 AM
I'm unable to find Expanded property of the RadRibbonBar. Currently, I have RadControls for WinForms Q1 2013 installed. 
When I use the property Expanded by the code, the titles of RadRibbonBar don´t show, only after in the Expanded Button
0
Peter
Telerik team
answered on 11 Dec 2013, 02:35 PM
Hi Rener,

Thank you for writing.

You can still use the RadRibbonBar's Expanded property:
/// <summary>Gets or sets a value indicating whether the ribbon bar is expanded.</summary>
[Browsable(false)]
[DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
[DefaultValue(true)]
public bool Expanded
{

Probably, you cannot see in the intellisense suggestions window, because by default the property is Browsable set to False.

I hope this helps.

Regards,
Peter
Telerik
TRY TELERIK'S NEWEST PRODUCT - EQATEC APPLICATION ANALYTICS for WINFORMS.
Learn what features your users use (or don't use) in your application. Know your audience. Target it better. Develop wisely.
Sign up for Free application insights >>
Tags
RibbonBar
Asked by
Andrés David Santacoloma Isaza
Top achievements
Rank 1
Answers by
Peter
Telerik team
fransiscus agung
Top achievements
Rank 1
Richard Slade
Top achievements
Rank 2
Tina Stancheva
Telerik team
Mariano
Top achievements
Rank 1
Rener
Top achievements
Rank 1
Share this question
or