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

How to add an existing control into RadRotator

2 Answers 112 Views
Rotator
This is a migrated thread and some comments may be shown as answers.
Chili Girl
Top achievements
Rank 1
Chili Girl asked on 01 Apr 2010, 01:48 PM
Hi, I have a RadPanel1 in the form1 with few controls inside: Labels, buttons, listviews, listbox, pictures. How can i add the existing RadPanel1 into RadRotator? (please in VB if its possible) :)

best regards

Chili Girl.

2 Answers, 1 is accepted

Sort by
0
Chili Girl
Top achievements
Rank 1
answered on 01 Apr 2010, 05:07 PM
I do it by my self:

Dim hostItem1 As New Telerik.WinControls.RadHostItem(RadPanel1)

Me.RadRotator1.Items.Add(hostItem1) 

But the transitions isn't smooth and OpacityAnimation doesn't work with standard controls... smooth transitions and opacityAnimation only with few rad controls (RadLabelElement, RadImageButtonElement) maybe designed for this... why?
0
Martin Vasilev
Telerik team
answered on 07 Apr 2010, 12:22 PM
Hi Chili Girl,

Please find the answer to your question in the following forum thread:
http://www.telerik.com/community/forums/winforms/rotator/little-help-to-start-with-radrotator-and-visual-basic.aspx

Best wishes,
Martin Vasilev
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.
Tags
Rotator
Asked by
Chili Girl
Top achievements
Rank 1
Answers by
Chili Girl
Top achievements
Rank 1
Martin Vasilev
Telerik team
Share this question
or