FlexGrid for WinForms
Show Method



The level to show. Any nodes with Node.Level higher than this will be collapsed, others will be expanded.
Expands all nodes up to the specified level, collapses others.
Syntax
'Declaration
 
Public Sub Show( _
   ByVal level As Integer _
) 
'Usage
 
Dim instance As GridTree
Dim level As Integer
 
instance.Show(level)
public void Show( 
   int level
)
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.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GridTree Class
GridTree Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Send Feedback