Defines methods used by DiagramView to create scrollbar controls and bind them to the view's scroll position and zoom level.
Namespace: MindFusion.Diagramming.WinForms
Assembly: MindFusion.Diagramming.WinForms
SyntaxC#
Copy Code
|
|---|
public interface IScrollBarProvider |
Visual Basic
Copy Code
|
|---|
Public Interface IScrollBarProvider |
RemarksBy implementing this interface, you can use scrollbars from a third-party UI library with the DiagramView, instead of the standard Windows Forms scrollbars. To associate a custom scrollbar provider with the view, set the ScrollBarProvider property.
See Also