Search
Grid.HookHeaders Property
See Also
 





Gets or sets a value indicating whether headers will be anchored to the corresponding side (that is, the column header anchored to the top side and the row header anchored to the left side).

Namespace: MindFusion.Diagramming.Lanes
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public bool HookHeaders { get; set; }

Visual Basic  Copy Code

Public Property HookHeaders As Boolean

 Property Value

true if lane headers should be anchored to their corresponding side; otherwise, false. The default is true.

 Remarks

If this property is equal to false, the lane grid headers will follow the diagram scroll position, thus they might be hidden from view. Otherwise the headers will always be rendered in the currently visible area of the diagram, aligned to the ClientRectangle edges.

 See Also