MindFusion.Wpf Pack Programmer's Guide
Grid.AllowResizeHeaders Property
See Also
 





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

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

 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

Grid Members
Grid Class
MindFusion.Diagramming.Wpf.Lanes Namespace
ResizeType Property