TreeView.SetColumnDefaultIndent Method
Sets default indents for the given column

SetColumnDefaultIndent(
index
as Integer,
leftIndent
as Int8,
rightIndent
as Int8)
Parameters
- index
- The column to set default indents for. (zero based)
- leftIndent
- The default left indent to be set.
- rightIndent
- The default right indent to be set.
Remarks
Note that alignments and indents are only supported on subitems. Attempting to apply indent or alignment on the first column will do nothing.
See Also
TreeView Control