I made the Scrollable View in NGUI using following tutorials Here but how can I use button to scroll the objects. Like If i click on up button it ScrollView should be up and If i click on down ScrollView should be down.
Your help will be appreciated. Thanks.
I just figure out how to do this.
SpringPanel.Begin ( GameObject go,Vector3 pos,float strength )
here GameObject is NGUI gameObject such as ScrollView and pos is position what amount should scrollview move and strength is that related to speed. hope you will find useful.