public override PointF ComputeScrollVectorForPosition(int targetPosition)
 {
     return(scroller.ComputeScrollVectorForPosition(targetPosition));
 }