Hi Chili Girl,
Thanks for contacting us and for choosing RadControls for WinForms.
Please excuse us for the delay with our answer. It is due to the longer Easter holiday we had in Europe.
I have prepared a small WinForms application that demonstrates how to implement the desired behavior using your images. In general, what you need to do is set the
BackgroundImage property of the
RadRotator to define the background (using the 'wallpaper' image). After that, as you can see in the attached project, I use the
OnLoad event of the form to create two
RadItemsContainer instances which are used to hold the content displayed in the
RadRotator control. In the first
RadItemsContainer instance I put a
RadImageItem instance and load the 'panel' image in it. I also create a second
RadImageItem instance and insert it in the
Children of the first image item so that it appears over it. I also adjust the alignment according to my preferences. After that I put the first
RadImageItem in the first
RadItemsContainer. I leave the second
RadItemsContainer instance empty so that when I click the
Next button an empty slide is shown.
I hope this helps.
Please refer to the attached project for further details.
Best wishes,
Deyan
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.