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