Thx Aren,
I want to access the clip size, not the clip softness.
scrollView.GetComponent<UIPanel> ()
as I press the dot, I can find clipOffset and clipSoftness, but there's not variable to set the clip size.
In my case , I want it to be 950 on Ipad, and 1050 on sasumng note 10.1 ..
I must be able to do something like scrollView.GetComponent<UIPanel> ().clipsize = new Vector2 (Screen.width * 0.88f , screen.height * 0.4f) ;
please help