FlexGrid for WinForms | ComponentOne
C1.Win.FlexGrid Namespace / GridTree Class / Indent Property

In This Topic
    Indent Property (GridTree)
    In This Topic
    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