Skip to main content
All docs
V25.1
  • ScrollBarExtensions Properties

    Contains attached properties that allow you to customize the scroll bar’s behavior in WPF controls.
    Name Description
    DependencyObjectType Gets the DependencyObjectType that wraps the CLR type of this instance. Inherited from DependencyObject.
    Dispatcher Gets the Dispatcher this DispatcherObject is associated with. Inherited from DispatcherObject.
    IsSealed Gets a value that indicates whether this instance is currently sealed (read-only). Inherited from DependencyObject.
    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