Since Q2 2010
RadRotator supports two additional
RotatorTypes -
Carousel and
CarouselButtons. Modes can be set using
RotatorType property of the control.
Important: The Carousel mode of RadRotator works best, in case there is only a single image in every rotator item.
-
Enabling Carousel mode directly on the markup:
-
Enabling Carousel mode in codebehind:
If the RotatorType="CarouselButtons" is set, then the items are moved by clicking the RadRotator's default navigation buttons located on the left and right side of the control.
In this example, RadRotator shows the content of a directory. The images are loaded using the GetFilesInFolder method, shown in the codebehind file.