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

Rotator border removal

1 Answer 60 Views
Rotator
This is a migrated thread and some comments may be shown as answers.
Mike
Top achievements
Rank 1
Mike asked on 14 May 2016, 07:42 AM

Hi guys,

I am having some trouble trying to remove the border from the radRotator control in a WinForms project. The control is on a normal form, and I have gone through all of the properties. I have set the BorderThickness property to '0', yet it still displays.

Any help would be appreciated!

Regards,

Mike

1 Answer, 1 is accepted

Sort by
0
Accepted
Dimitar
Telerik team
answered on 16 May 2016, 06:42 AM
Hi Mike,

Thank you for writing.

You can hide the border with the following code: 
radRotator1.RotatorElement.Children[1].Visibility = Telerik.WinControls.ElementVisibility.Collapsed;

Please let me know if there is something else I can help you with. 
 
Regards,
Dimitar
Telerik
Do you need help with upgrading your AJAX, WPF or WinForms project? Check the Telerik API Analyzer and share your thoughts.
Tags
Rotator
Asked by
Mike
Top achievements
Rank 1
Answers by
Dimitar
Telerik team
Share this question
or