FlexGrid for WinForms | ComponentOne
C1.Win.C1FlexGrid Namespace / GridTree Class / Show Method
The level to show. Any nodes with Node.Level higher than this will be collapsed, others will be expanded.

In This Topic
    Show Method (GridTree)
    In This Topic
    Expands all nodes up to the specified level, collapses others.
    Syntax
    'Declaration
     
    
    Public Sub Show( _
       ByVal level As Integer _
    ) 
    public void Show( 
       int level
    )

    Parameters

    level
    The level to show. Any nodes with Node.Level higher than this will be collapsed, others will be expanded.
    See Also