Basic Library for WPF and Silverlight | ComponentOne
C1.Silverlight Namespace / C1ListBox Class / 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 into view the specified rectangle area.
    Syntax
    'Declaration
     
    
    Public 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