Search
Grid.hookHeaders Property
See Also
 





Gets or sets a value indicating whether headers will be anchored to their corresponding side.

Namespace: MindFusion.Diagramming.Lanes
File: Grid.js

 Syntax

JavaScript  Copy Code

get hookHeaders() {}
set hookHeaders(value) {}

 Property Value

Boolean

true to anchor the headers, or false otherwise.

 Remarks

If enabled, the column header stays anchored to the top side and the row header anchored to the left side of diagram's viewport, regardless of scroll position.

 See Also