[]
        
(Showing Draft Content)

C1.WPF.C1ListViewer.BringIndexIntoView

BringIndexIntoView Method

BringIndexIntoView(int, Rect?, bool, Action)

Brings the specified index into view.

Declaration
public void BringIndexIntoView(int index, Rect? subOffset = null, bool changeZoomIfNecessary = true, Action completed = null)
Parameters
Type Name Description
int index

The index of the to bring into view.

Rect? subOffset

A sub area inside the item which can be used to scroll to a more specific point.

bool changeZoomIfNecessary

If true, the zoom will be changed so that the whole area is visible.

Action completed

Action called when the the animation completed.