ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml Namespace / C1ListViewer Class / BringIntoView 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 Method
    In This Topic
    Brings the into view the specified rectangle area.
    Syntax
    'Declaration
     
    Public Sub BringIntoView( _
       ByVal area As Windows.Foundation.Rect, _
       Optional ByVal changeZoomIfNecessary As System.Boolean, _
       Optional ByVal completed As System.Action _
    ) 
    public void BringIntoView( 
       Windows.Foundation.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