ComponentOne TileControl for WinForms
C1.Win.C1TileControl.4.5.2 Assembly / C1.Win.C1Tile Namespace / C1TileControl Class / ScrollToTile Method

In This Topic
    ScrollToTile Method (C1TileControl)
    In This Topic
    Scrolls the surface and make the specified Tile visible.
    Syntax
    'Declaration
     
    
    Public Sub ScrollToTile( _
       ByVal tile As Tile, _
       ByVal immediate As Boolean _
    ) 
    public void ScrollToTile( 
       Tile tile,
       bool immediate
    )

    Parameters

    tile
    immediate
    See Also