[]
        
(Showing Draft Content)

C1.Android.Core.C1ScrollViewer.ScrollIntoView

ScrollIntoView Method

ScrollIntoView(C1Rect, bool)

Scrolls the grid to bring a specified range into view.

Declaration
public void ScrollIntoView(C1Rect rect, bool disableAnimation = false)
Public Sub ScrollIntoView(rect As C1Rect, Optional disableAnimation As Boolean = False)
Parameters
Type Name Description
C1Rect rect

The region that needs to be brought into view (relative to the content).

bool disableAnimation

if set to true disable animations.