2D Toolkit Forum

2D Toolkit => Support => Topic started by: RakeshChatra on October 22, 2013, 12:13:48 pm

Title: Begin scroll from starting and not from where it is left.
Post by: RakeshChatra on October 22, 2013, 12:13:48 pm
I am using Horizontal Scrollbar for UI and when i scroll it till the end and close the scroll bar and if i again open it the scroll will be at the position where i left it.. and i dont want it like yhis the scroll should begin from starting whenever i open the scroll page.. please guide me to achieve this..
Title: Re: Begin scroll from starting and not from where it is left.
Post by: unikronsoftware on October 22, 2013, 12:16:02 pm
This is in the documentation, basically set the value to what you need it to be.
http://2dtoolkit.com/docs/latest/html/classtk2d_u_i_scrollable_area.html
Title: Re: Begin scroll from starting and not from where it is left.
Post by: RakeshChatra on October 24, 2013, 07:50:25 am
Thank you unikron software.. :)