Page 1 of 1

legendscrollabr

Posted: Tue May 26, 2009 12:04 pm
by 13045482
Hi
I use legendscrollbar but i am getting one issue. I want to reset the scrollbar to top again one I have scrolled it down when i click a button. Is it possible?

Posted: Wed May 27, 2009 11:19 am
by narcis
Hi shikha,

Yes, you can do this:

Code: Select all

			legendScrollBar1.Position = 0;

Posted: Tue Jun 02, 2009 10:53 am
by 13045482
great,thanx