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
Assembly: MindFusion.Diagramming
C# Copy Code |
---|
public bool OffsetHeaderRows { get; set; } |
Visual Basic Copy Code |
---|
Public Property OffsetHeaderRows As Boolean |
true to offset table cells when there are header rows defined; otherwise, false. The default is false.
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.
MindFusion.Diagramming Developer's Guide | © 2024 MindFusion |