Hi
I use RadScrollablePanel in my app. In runtime add many buttons. In other list when user select name of button, RadScrollablePanel scroll to button. how can i do this? RadScrollablePanel is AutoScroll enabled.
I use this code too :
and:
btnpos is the button in RadScrollablePanel.
Thanks.
I use RadScrollablePanel in my app. In runtime add many buttons. In other list when user select name of button, RadScrollablePanel scroll to button. how can i do this? RadScrollablePanel is AutoScroll enabled.
I use this code too :
Point btnpos = new Point(itemButton.Location.X,itemButton.Location.Y);PanelOfEachGroup.VerticalScrollbar.PerformScrollTo(btnpos);and:
PanelOfEachGroup.ScrollControlIntoView(btnpos);btnpos is the button in RadScrollablePanel.
Thanks.