Resizes the tree view so that it is large enough to fit the text of its items.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public void ResizeToFitText () |
Visual Basic
Copy Code
|
|---|
Public Sub ResizeToFitText () |
RemarksThis method also resizes the node vertically so that its height fits all items.
See Also