GoXam for WPF v3
RowSpacing Property (TreeLayout)
Northwoods.GoXam.Layout Namespace > TreeLayout Class : RowSpacing Property
Gets or sets the distance between rows of children.
Syntax
[DefaultValue(25)]
public double RowSpacing {get; set;}

Property Value

The default value is 25.
Remarks

This property is only used when there is more than one row of children for a given parent node. LayerSpacing determines the distance between the parent node and its first row of child nodes.

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

See Also

Reference

TreeLayout Class
TreeLayout Members
BreadthLimit Property
RowIndent Property