Scrolling
RadPanorama provides scrolling behavior. The scroll bar alignment is controlled by the ScrollBarAlignment property:
Set scroll bar alignment
The thickness of the scroll bar can be changed by modifying the ScrollBarThickness property of the control:
Modify scroll bar thickness
To change the background image of the view, set the PanelImage property with the desired image. To enable scrolling the background image along with the view, set the ScrollingBackground property to true. You will also need to set the PanelImageSize property. Usually, to achieve smooth background scrolling, the width of the panel image should be larger than the client width of the control and smaller than the total width of the tile layout. To edit more properties of the image, you can access its element via the PanoramaElement.BackgroundImagePrimitive property. The following code demonstrates how to setup a tiling background image and a background scrolling: