MindFusion.Wpf Pack Programmer's Guide
TableNode.AllowResizeRows Property
See Also
 





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

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 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

TableNode Members
TableNode Class
MindFusion.Diagramming.Wpf Namespace