ComponentOne FlexGrid for WinForms
Indent Property

C1.Win.C1FlexGrid Namespace > GridTree Class : Indent Property
Gets or sets the indentation, in pixels, of each tree level.
Syntax
'Declaration
 
Public Property Indent As Integer
public int Indent {get; set;}
Remarks
If you set the Indent property to a value that is too narrow to fit the NodeImageCollapsed and NodeImageExpanded images, the grid will adjust it to fit the images.
See Also

Reference

GridTree Class
GridTree Members