Gets or sets a value indicating whether users are allowed to resize table rows.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C# Copy Code |
---|
public bool AllowResizeRows { get; set; } |
Visual Basic Copy Code |
---|
Public Property AllowResizeRows As Boolean |
true to let users resize rows, or false otherwise. The default value is false.
A row can be resized by dragging its bottom border.
MindFusion.Diagramming Developer's Guide | © 2024 MindFusion |