Search
TreeViewNode.ResizeToFitText Method
See Also
 





Resizes the tree view so that it is large enough to fit the text of its items.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public void ResizeToFitText ()

Visual Basic  Copy Code

Public Sub ResizeToFitText ()

 Remarks

This method also resizes the node vertically so that its height fits all items.

 See Also