Hi
One
Is there any way I can get the radscrollable panel to do the following three requirements programatically in vb.net
1 - Scroll to the top (of the panel)
2 - Scroll to the middle (of the panel)
3 - scroll to the end (of the panel)
Ideally I want to see a quick animation of the scroll taking place till it reaches the either point.
Two
Can you tell me how the following works (what it does):
Me.RadScrollablePanel1.VerticalScrollbar.PerformScrollTo
(I tried using it as follows: Me.RadScrollablePanel1.VerticalScrollbar.PerformScrollTo(new Point(0,200)) but it did nothing)
Three
Is there any link for more documentation on this control.
One
Is there any way I can get the radscrollable panel to do the following three requirements programatically in vb.net
1 - Scroll to the top (of the panel)
2 - Scroll to the middle (of the panel)
3 - scroll to the end (of the panel)
Ideally I want to see a quick animation of the scroll taking place till it reaches the either point.
Two
Can you tell me how the following works (what it does):
Me.RadScrollablePanel1.VerticalScrollbar.PerformScrollTo
(I tried using it as follows: Me.RadScrollablePanel1.VerticalScrollbar.PerformScrollTo(new Point(0,200)) but it did nothing)
Three
Is there any link for more documentation on this control.