DiagramLite Programmer's Guide
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
Assembly: MindFusion.Diagramming.Silverlight

 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

You must call SetScrollerParent in order to enable the "hooked headers" feature when the diagram is inside a ScrollViewer.

 See Also

Grid Members
Grid Class
MindFusion.Diagramming.Lanes Namespace