This example shows the different RadRotator types. Select a rotator type from the dropdown list and it will be loaded with an AJAX request.
-
AutomaticAdvance - Items are scrolled automatically in the desired direction. Each item is shown for a specific amount of time.
-
Buttons - For each scroll direction the rotator will display a control button. The user needs to click this button to scroll a new item.
-
ButtonsOver - For each scroll direction the rotator will display a control button. The user needs to hover over this button with the mouse to scroll new items.
-
SlideShow - Like automatic advance, but instead of scrolling, new items are displayed using a transition effect (e.g. Fade).
-
SlideShowButtons - For each scroll direction the rotator will display a control button. The user needs to click this button to display a new item.
-
FromCode - The rotator will not change items automatically and will not display the control buttons. The
rotator's client API can be used to move the items.
When you set one of the following modes: Buttons, ButtonsOver or SlideshowButtons, you should add 40 pixels to the Width property. This is needed because by design buttons have dimentions 20x20 pixels.