[]
        
(Showing Draft Content)

C1.WPF.C1ListViewer.BringIntoView

BringIntoView Method

BringIntoView(Rect, bool, Action)

Brings the into view the specified rectangle area.

Declaration
public void BringIntoView(Rect area, bool changeZoomIfNecessary = true, Action completed = null)
Parameters
Type Name Description
Rect area

The area which will be brought into view.

bool changeZoomIfNecessary

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

Action completed

The action to be called after the operation is completed.