ComponentOne Xamarin.Android
ScrollIntoView(Int32,Int32,Double,Boolean) Method


C1.Android.Grid Assembly > C1.Android.Grid Namespace > GridBase Class > ScrollIntoView Method : ScrollIntoView(Int32,Int32,Double,Boolean) Method
Syntax
'Declaration
 
Public Overloads Sub ScrollIntoView( _
   ByVal row As Integer, _
   ByVal col As Integer, _
   Optional ByVal padding As Double, _
   Optional ByVal disableAnimation As Boolean _
) 
'Usage
 
Dim instance As GridBase
Dim row As Integer
Dim col As Integer
Dim padding As Double
Dim disableAnimation As Boolean
 
instance.ScrollIntoView(row, col, padding, disableAnimation)
public void ScrollIntoView( 
   int row,
   int col,
   double padding,
   bool disableAnimation
)

Parameters

row
col
padding
disableAnimation
See Also

Reference

GridBase Class
GridBase Members
Overload List