Binds the lane-grid header positions to the offset of a ScrollViewer's scrollbars.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public void SetScrollerParent ( |
Visual Basic
Copy Code
|
|---|
Public Sub SetScrollerParent( _ |
The ScrollViewer that contains the diagram.
RemarksYou must call this method in order to enable the "hooked headers" feature of the LaneGrid when the diagram is inside a ScrollViewer. It is called automatically when the diagram is placed inside a Ruler control.
See Also