Gets or sets a value indicating whether users can resize the headers of the grid interactively.
Namespace: MindFusion.Diagramming.Lanes
Assembly: MindFusion.Diagramming.Silverlight
C# 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.