[]
        
(Showing Draft Content)

C1.iOS.Core.C1ScrollViewer.ScrollIntoView

ScrollIntoView Method

ScrollIntoView(CGRect, bool)

Scrolls the grid to bring a specified range into view.

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

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

bool disableAnimation

if set to true disable animations.