I use scrollView like this:
GameObjectA has UIDragScrollView and boxCollider.
GameObjectB under A has UIScrollView and UIPanel.
GameObjectC under B has UIGrid.
Two buttons under C has boxCollider,UIDragScrollView and MyClickFunction.
When buttons scroll to top,can drag but can't click,when scroll below panel's middle,can drag and click.
I change one button's boxCollider center's z to -1,two button can click.
I really don't know why,is positions error?