FlexPivot for WPF | ComponentOne
C1.WPF.Pivot Assembly / C1.WPF.Pivot Namespace / FlexPivotGrid Class / ScrollIntoView(Int32,Int32,Double,Boolean) Method

In This Topic
    ScrollIntoView(Int32,Int32,Double,Boolean) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Sub ScrollIntoView( _
       ByVal row As Integer, _
       ByVal col As Integer, _
       Optional ByVal padding As Double, _
       Optional ByVal disableAnimation As Boolean _
    ) 
    public void ScrollIntoView( 
       int row,
       int col,
       double padding,
       bool disableAnimation
    )

    Parameters

    row
    col
    padding
    disableAnimation
    See Also