11 Answers, 1 is accepted
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:
Hope that helps but please let me know if you need more information
RIchard
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.
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
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
you can then control the Minimize / Maximize buttons on the RadRibbonBar as above
I hope this helps, but please let me know if you have any questions
Richard
Ok, the issue seems to be around the Aero setting. If you set the property for the form
this
.radRibbonForm1.AllowAero =
false
;
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.
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
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
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,
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:
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
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
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
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
I am glad to hear that you have resolved this case. Feel free to open the ticket about RadListView.
Greetings,
Stefan
the Telerik team
Greetings,
Stefan
the Telerik team
RadControls for WinForms Q2'12 release is now live! Check out what's new or download a free trial >>