Hi,
I have tried setting AutoScroll to true. However, whenever i tried to get or set the AutoScrollPosition, it is returning me zero.
Please advise.
1 Answer, 1 is accepted
0
Accepted
Ivan Todorov
Telerik team
answered on 30 Aug 2012, 12:03 PM
Hi Michelle,
Thank you for contacting us.
The AutoScroll property is inherited from the base ScrollableControl class of the .NET framework. When set to true, it enables scrolling among the child controls that were added inside the scrollable control. However, our components have a different structure. They are composed of elements rather than controls which improves their extensibility and performance.
In the case of RadPanorama, this control is designed to hold tile elements and tile groups and therefore the AutoScroll property is not relevant. If you need to programmatically set the scroll bar position, you can access directly the scroll bar and set its Value property. The following code snippet demonstrates this: