Version

IndentResolved Property

Returns the resolved Indent of the nodes in the tree.
Syntax
'Declaration
 
Public ReadOnly Property IndentResolved As Integer
public int IndentResolved {get;}
Remarks

ExpansionIndicatorSize, ExpansionIndicatorPadding, and Indent are closely related and the behavior of these three properties depends on the DisplayStyle.

When DisplayStlye is Standard, the actual indentation of the nodes in the tree will be the Indent property, unless the Indent is too small. If the Indent property value is too small to fit the ExpansionIndicatorSize and it's padding, then it will be enlarged to fit.

When DisplayStlye is WindowsVista, the Indent property is ignored, and the indentation is automatically calculated to fit the ExpansionIndicatorSize and ExpansionIndicatorPadding.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also