ListView for WPF | ComponentOne
C1.WPF.ListView Assembly / C1.WPF.ListView Namespace / C1ListView 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.

In This Topic
    BringIntoView(Rect,Boolean,Action) Method
    In This Topic
    Brings the specified rectangle area into the view.
    Syntax
    'Declaration
     
    Public Overloads Sub BringIntoView( _
       ByVal area As Rect, _
       Optional ByVal changeZoomIfNecessary As Boolean, _
       Optional ByVal completed As Action _
    ) 
    public void BringIntoView( 
       Rect area,
       bool changeZoomIfNecessary,
       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