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

Minimize and Maximize

11 Answers 376 Views
RibbonBar
This is a migrated thread and some comments may be shown as answers.
Paul
Top achievements
Rank 1
Paul asked on 18 Mar 2011, 11:35 AM
Hi

I want to remove the Minimize and Maximize buttons on a ribbonbar and the normal properties do not seem to work either on the actual form or ribbonbar control.

Any help would be appreciated.


Regards


Paul.

11 Answers, 1 is accepted

Sort by
0
Richard Slade
Top achievements
Rank 2
answered on 21 Mar 2011, 10:29 AM
Hello,

You can remove the buttons on the RadRibbonBar in the following way:

this.radRibbonBar1.MinimizeButton = false;
this.radRibbonBar.MaximizeButton = false;
this.radRibbonBar.CloseButton = false;

Hope that helps but please let me know if you need more information
RIchard
0
Paul
Top achievements
Rank 1
answered on 21 Mar 2011, 10:46 AM
Hi Richard

I had  already tried what you suggested and it didn't work.

I'm using the latest Telerik version Q1 2011 and using VS2010 on a windows 7 pc. if that helps.


Thanks for your help.


Regards


Paul.
0
Richard Slade
Top achievements
Rank 2
answered on 21 Mar 2011, 03:04 PM
Hi Paul,

On a RadRibbonForm (not just a RadRibbonBar) I can replicate your issue. I'll see if I can find out how to set this correctly for you and let you know.
Regards,
Richard
0
Richard Slade
Top achievements
Rank 2
answered on 21 Mar 2011, 03:14 PM
Hi again Paul,

Ok, the issue seems to be around the Aero setting. If you set the property for the form
this.radRibbonForm1.AllowAero = false;
 you can then control the Minimize / Maximize buttons on the RadRibbonBar as above
this.radRibbonBar1.MinimizeButton = false
this.radRibbonBar.MaximizeButton = false
this.radRibbonBar.CloseButton = false;

I hope this helps, but please let me know if you have any questions
Richard
0
Paul
Top achievements
Rank 1
answered on 21 Mar 2011, 03:20 PM
Hi Richard

Yes that works fine as long as you don't want the Aero effect which I'm not too bothered about. Others may be I suppose.

Thanks for working it out and letting me know. Much appreciated.


Regards


Paul.
0
Richard Slade
Top achievements
Rank 2
answered on 21 Mar 2011, 03:25 PM
Hi Paul,

You're welcome. Please remember to mark as answer.
Many thanks
Richard

p.s - I'll write a support ticket for this one to report it as a fault.
richard
0
Stefan
Telerik team
answered on 22 Mar 2011, 01:44 PM
Hi guys,

Thank you for writing. 

This is a known issue, which is already present in our PITS system. Please follow this link in order get notified about of its status updates. Additionally, you can vote for it in order to increase its priority status.

Thank you for reporting it anyway.

Kind regards,
Ivan Todorov
the Telerik team
0
Denis
Top achievements
Rank 1
answered on 25 Jul 2012, 09:14 PM
This solution isn't working for me: 
this.radRibbonForm1.AllowAero = false; 

The name of my forms is something other than the default and I've noticed that sometimes messes things up. Besides, I'm not using the Aero theme so I don't see why this would matter... any other ideas?            

Using 2012.02.606 0

-Steve

0
Stefan
Telerik team
answered on 30 Jul 2012, 07:36 AM
Hi Denis,

Thank you for writing.

Could you please open a new support ticket and attach the problematic project there, so we can investigate it and provide you with a solution is possible.

Regards,
Stefan
the Telerik team
RadControls for WinForms Q2'12 release is now live! Check out what's new or download a free trial >>
0
Denis
Top achievements
Rank 1
answered on 09 Aug 2012, 05:08 PM
Thanks.. I resolved this issue so I'm not going to open a ticket on this one.  I am going to open a ticket on the ListView control however. 
0
Stefan
Telerik team
answered on 14 Aug 2012, 12:36 PM
I am glad to hear that you have resolved this case. Feel free to open the ticket about RadListView.
 
Greetings,
Stefan
the Telerik team
RadControls for WinForms Q2'12 release is now live! Check out what's new or download a free trial >>
Tags
RibbonBar
Asked by
Paul
Top achievements
Rank 1
Answers by
Richard Slade
Top achievements
Rank 2
Paul
Top achievements
Rank 1
Stefan
Telerik team
Denis
Top achievements
Rank 1
Share this question
or