Search
DiagramView.ScrollBarProvider Property
See Also
 





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

 Syntax

C#  Copy Code

public IScrollBarProvider ScrollBarProvider { get; set; }

Visual Basic  Copy Code

Public Property ScrollBarProvider As IScrollBarProvider

 Property Value

An object that implements the IScrollBarProvider interface.

 Remarks

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.

 See Also