ComponentOne Basic Library for WPF and Silverlight
BringIntoView(Rect,Boolean,Action) Method


C1.WPF Namespace > C1ListViewer Class > BringIntoView Method : BringIntoView(Rect,Boolean,Action) Method
The area which will be brought into view.
If true, the zoom will be changed so that the whole area is visible.
The action to be called after the operation is completed.
Brings the into view the specified rectangle area.
Syntax
'Declaration
 
Public Overloads Sub BringIntoView( _
   ByVal area As System.Windows.Rect, _
   Optional ByVal changeZoomIfNecessary As System.Boolean, _
   Optional ByVal completed As System.Action _
) 
'Usage
 
Dim instance As C1ListViewer
Dim area As System.Windows.Rect
Dim changeZoomIfNecessary As System.Boolean
Dim completed As System.Action
 
instance.BringIntoView(area, changeZoomIfNecessary, completed)
public void BringIntoView( 
   System.Windows.Rect area,
   System.bool changeZoomIfNecessary,
   System.Action completed
)

Parameters

area
The area which will be brought into view.
changeZoomIfNecessary
If true, the zoom will be changed so that the whole area is visible.
completed
The action to be called after the operation is completed.
See Also

Reference

C1ListViewer Class
C1ListViewer Members
Overload List