Gets or sets an object implementing the IScrollBarProvider interface, used for binding scrollbar controls to this DiagramView.
Namespace: MindFusion.Diagramming.WinForms
Assembly: MindFusion.Diagramming.WinForms
C# Copy Code |
---|
public IScrollBarProvider ScrollBarProvider { get; set; } |
Visual Basic Copy Code |
---|
Public Property ScrollBarProvider As IScrollBarProvider |
An object that implements the IScrollBarProvider interface.
You can create a custom provider in order to use scrollbars from a third-party UI library with the DiagramView, instead of the standard Windows Forms scrollbars.
MindFusion.Diagramming Developer's Guide | © 2024 MindFusion |