ComponentOne TileControl for WinForms
ScrollToTile Method

C1.Win.C1TileControl.4 Assembly > C1.Win.C1Tile Namespace > C1TileControl Class : ScrollToTile Method
Scrolls the surface and make the specified Tile visible.
Syntax
'Declaration
 
Public Sub ScrollToTile( _
   ByVal tile As Tile, _
   ByVal immediate As System.Boolean _
) 
public void ScrollToTile( 
   Tile tile,
   System.bool immediate
)

Parameters

tile
immediate
See Also

Reference

C1TileControl Class
C1TileControl Members