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

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

    Parameters

    group
    immediate
    See Also