Search
TableNode.AllowResizeRows Property
See Also
 





Gets or sets a value indicating whether users are allowed to resize table rows.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public bool AllowResizeRows { get; set; }

Visual Basic  Copy Code

Public Property AllowResizeRows As Boolean

 Property Value

true to let users resize rows, or false otherwise. The default value is false.

 Remarks

A row can be resized by dragging its bottom border.

 See Also