MindFusion.Wpf Pack Programmer's Guide
TableNode.AllowResizeColumns Property
See Also
 





Gets or sets a value indicating whether users are allowed to resize table columns.

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

 Syntax

C#  Copy Code

public bool AllowResizeColumns { get; set; }

Visual Basic  Copy Code

Public Property AllowResizeColumns As Boolean

 Property Value

true to let users resize columns, or false otherwise. The default value is false.

 Remarks

A column can be resized by dragging its right border. If the ColumnStyle property of a column is set to AutoWidth, it is automatically reset to FixedWidth when the column is resized. Rightmost columns always fill all remaining space in their tables and cannot be resized.

 See Also

TableNode Members
TableNode Class
MindFusion.Diagramming.Wpf Namespace