ScrollBarExtensions Properties
Contains attached properties that allow you to customize the scroll bar’s behavior in WPF controls.| Name | Description |
|---|---|
| MiddleMouseScrollSpeed static | Gets or sets the scroll speed multiplier in middle-click to scroll mode. |
| MiddleMouseScrollThreshold static | Gets or sets the number of pixels in which a user should move the mouse pointer to start middle mouse scrolling. |
See Also