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

Cannot remove border in RadRibbonBarButtonGroup 2013 Q1

3 Answers 81 Views
RibbonBar
This is a migrated thread and some comments may be shown as answers.
Thomas
Top achievements
Rank 1
Thomas asked on 27 Feb 2013, 10:28 AM
Hi, 

I cannot remove Border from RadRibbonBarButtonGroup in 2013 Q1. Just follow this steps:
1. Create RadRibbonBarButtonGroup
2. Uncheck Show Border in PopUp window
3. Save and close Form 
4. Reopen form.

You also can see the steps in attachment. Could you help me?

3 Answers, 1 is accepted

Sort by
0
Accepted
Stefan
Telerik team
answered on 04 Mar 2013, 07:08 AM
Hello Thomas,

Thank you for writing.

I can confirm that setting the property in the smart tag does not work. I have logged this case in our 
Public Issue Tracking System and we will address it in a future release. Here you can track this case progress: http://www.telerik.com/support/pits.aspx#/public/winforms/14430.

Meanwhile, you can set the property in code:
radRibbonBarButtonGroup1.ShowBorder = false;

I have updated your Telerik Points for this report.

Regards,
Stefan
the Telerik team
WinForms Q1 2013 boasts PivotGrid, PDF Viewer, Chart enhancements and more. Join us for a FREE webinar to see all the new stuff in action.

Interested, but can’t attend? Register anyway and we’ll send you the recording.
0
David
Top achievements
Rank 1
answered on 27 Nov 2013, 09:44 AM
I have Q2 2013 I have same issue with a RADIMAGEBUTTON I CANT seem to remove the border?
0
Ivan Todorov
Telerik team
answered on 29 Nov 2013, 04:05 PM
Hi David,

In order to remove the border of RadImageButtonElement, you just need to set the Visibility property of its BorderElement to Hidden or Collapsed:
this.radImageButtonElement1.BorderElement.Visibility = ElementVisibility.Hidden;

Hope this will help. If you have any other questions, feel free to ask.

Regards,
Ivan Todorov
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
Thomas
Top achievements
Rank 1
Answers by
Stefan
Telerik team
David
Top achievements
Rank 1
Ivan Todorov
Telerik team
Share this question
or