I got this when dragging vertical scroll bar:
transform.localPosition assign attempt for 'Scroll View Panel' is not valid. Input localPosition is { 0.000000, NaN, 0.000000 }.
UnityEngine.Transform:set_localPosition(Vector3)
UIScrollView:SetDragAmount(Single, Single, Boolean) (at Assets/NGUI/Scripts/Interaction/UIScrollView.cs:501)
UIScrollView:OnVerticalBar() (at Assets/NGUI/Scripts/Interaction/UIScrollView.cs:561)
EventDelegate:Execute() (at Assets/NGUI/Scripts/Internal/EventDelegate.cs:225)
The scroll view contains grid with sprites. No error on grid with labels...