GoXam for WPF v3
RowIndent Property (TreeLayout)
Northwoods.GoXam.Layout Namespace > TreeLayout Class : RowIndent Property
Gets or sets the default indentation of the first child of each row, if the Alignment is not a "Center" alignment.
Syntax
[DefaultValue(10)]
public double RowIndent {get; set;}

Property Value

The default value is 10. The value should be non-negative.
Remarks

This is used to leave room for the links that connect a parent node with the child nodes that are in additional rows.

This sets the RootDefaults's property of the same name.

See Also

Reference

TreeLayout Class
TreeLayout Members
BreadthLimit Property
RowIndent Property