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





Gets or sets a value indicating whether the table cells are offset to the right to accommodate for the expand buttons of Header rows.

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

 Syntax

C#  Copy Code

public bool OffsetHeaderRows { get; set; }

Visual Basic  Copy Code

Public Property OffsetHeaderRows As Boolean

 Property Value

true to offset table cells when there are header rows defined; otherwise, false. The default is false.

 Remarks

If this property is set to false, the [±] buttons used to expand or collapse table sections are drawn inside the first cell of each header row. Otherwise, the buttons are drawn in their own column in front of the table's first column of cells.

 See Also

TableNode Members
TableNode Class
MindFusion.Diagramming.Wpf Namespace