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
C# Copy Code |
---|
public bool HookHeaders { get; set; } |
Visual Basic Copy Code |
---|
Public Property HookHeaders As Boolean |
true if lane headers should be anchored to their corresponding side; otherwise, false. The default is true.
You must call SetScrollerParent in order to enable the "hooked headers" feature when the diagram is inside a ScrollViewer.