TreeView for WinForms | ComponentOne
C1.Win.TreeView Namespace / C1CheckList Class / ScrollToItem Method
The item to scroll to.

In This Topic
    ScrollToItem Method (C1CheckList)
    In This Topic
    Scrolls the C1CheckList to a specific item.
    Syntax
    'Declaration
     
    
    Public Sub ScrollToItem( _
       ByVal item As C1CheckListItem _
    ) 
    public void ScrollToItem( 
       C1CheckListItem item
    )

    Parameters

    item
    The item to scroll to.
    See Also