TreeView Xojo plugin

TreeViewNode.SetItemIndent Method

Sets Left or Right indent for the sub item

SetItemIndent(
   columnIndex as Integer,
   leftIndent as Int8,
   rightIndent as Int8)

Parameters

columnIndex
The number of the column to set indent for. (The first column is number zero)
leftIndent
The left indent to be set. (-1 makes it inherit from the column defaults for the given column)
rightIndent
The right indent to be set. (-1 makes it inherit from the column defaults for the given column)

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

TreeViewNode Class