[]
        
(Showing Draft Content)

C1.WPF.Core.C1ScrollViewer.ScrollIntoView

ScrollIntoView Method

ScrollIntoView(Rect, bool)

Scrolls the grid to bring a specified range into view.

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

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

bool disableAnimation

if set to true disable animations.