Search
Grid.AllowResizeHeaders Property
See Also
 





Gets or sets a value indicating whether users can resize the headers of the grid interactively.

Namespace: MindFusion.Diagramming.Lanes
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public bool AllowResizeHeaders { get; set; }

Visual Basic  Copy Code

Public Property AllowResizeHeaders As Boolean

 Property Value

true to let users resize the grid elements; otherwise, false. The default is true.

 See Also