DataCollection | ComponentOne
C1.iOS.DataCollection Assembly / C1.iOS.DataCollection Namespace / C1CollectionViewFlowLayout Class / TargetContentOffset Method

In This Topic
    TargetContentOffset Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overridable Function TargetContentOffset( _
       ByVal proposedContentOffset As CoreGraphics.CGPoint, _
       ByVal scrollingVelocity As CoreGraphics.CGPoint _
    ) As CoreGraphics.CGPoint
    public virtual CoreGraphics.CGPoint TargetContentOffset( 
       CoreGraphics.CGPoint proposedContentOffset,
       CoreGraphics.CGPoint scrollingVelocity
    )

    Parameters

    proposedContentOffset
    scrollingVelocity
    See Also