Search
IScrollBarProvider Members
Methods
 


Defines methods used by DiagramView to create scrollbar controls and bind them to the view's scroll position and zoom level.

The following tables list the members exposed by the IScrollBarProvider type.

 Public Methods

  Name Description

AddScrollEventHandler

Adds a scroll event handler to the specified scrollbar.

CreateHorizontalScrollBar

Creates a horizontal scrollbar control.

CreateVerticalScrollBar

Creates a vertical scrollbar control.

GetLargeChange

Gets the large-change value of the specified scrollbar control.

GetMaximum

Gets the maximum value of the specified scrollbar control.

GetMinimum

Gets the minimum value of the specified scrollbar control.

GetValue

Gets the current position of the specified scrollbar control.

SetLargeChange

Sets the large-change of the specified scrollbar control.

SetMaximum

Sets the maximum value of the specified scrollbar control.

SetMinimum

Sets the minimum value of the specified scrollbar control.

SetValue

Sets the current position of the specified scrollbar control.

 See Also