ComponentOne Xamarin Edition
ScrollIntoView(GridCellRange,Double,Boolean) Method
C1.Xamarin.Forms.Grid Assembly > C1.Xamarin.Forms.Grid Namespace > GridBase Class > ScrollIntoView Method : ScrollIntoView(GridCellRange,Double,Boolean) Method
The range to scroll into view.
The distance in pixels between the range and the viewport border.
if set to true disable animations.
Scrolls the grid to bring a specified range into view.
Syntax
public void ScrollIntoView( 
   GridCellRange range,
   double padding,
   bool disableAnimation
)

Parameters

range
The range to scroll into view.
padding
The distance in pixels between the range and the viewport border.
disableAnimation
if set to true disable animations.
See Also

Reference

GridBase Class
GridBase Members
Overload List