Gets or sets a value indicating whether users can resize the headers of the grid interactively.
Namespace: MindFusion.Diagramming.Lanes
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public bool AllowResizeHeaders { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property AllowResizeHeaders As Boolean |
true to let users resize the grid elements; otherwise, false. The default is true.
See Also