Sorry for my bad english...
1"Cancel Drag If Fits" is for scrollview can't be filled with items solution,but sometimes scrollview still can drag one time,I print log show panel's clip in shouldMove param is different.For example,it's y may be 0.99999 or 1.00001.
2 If I use UIGrid,the first item can't click sometimes,change UITable will be ok.If can't click, change BoxCollider2D on item will fix it,seem like UIDrag ScrollView's collider cover item's collider.
Thank you very much.