ComponentOne FlexPivot for WinForms
C1.Win.C1FlexGrid.4.8 Assembly / C1.Win.C1FlexGrid Namespace / GridTree Class / Indent Property

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