Table of Contents
AutoWrap Property

Gets or sets a value indicating whether tree node should occupy full-width and automatically wrap tree node text if necessary.

Syntax
 public Boolean AutoWrap { get; set; }
Remarks

Consider setting LineImages's Visible to false or PlusMinusOnly to true if this property is set to true. Because TreeView line images are created with image files, the lines does not automatically stretch and would subsequently creates gaps when a tree node's height increases due to automatically wrapping text to multiple lines.

See Also