wpf-devexpress-dot-xpf-dot-core-dot-scrollbarextensions-dot-underscore-members.md
Contains attached properties that allow you to customize the scroll bar’s behavior in WPF controls.
| Name | Description |
|---|---|
| ScrollBarExtensions() | Initializes a new instance of the ScrollBarExtensions class. |
| 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. |
| Name | Description |
|---|---|
| AllowMiddleMouseScrolling static | Gets or sets whether to enable the middle-click to scroll functionality. |
| AllowMouseScrolling static | Gets or sets whether to replace the default WPF scroll behavior with the DevExpress custom behavior. This behavior includes horizontal mouse scrolling, extended touch and per-pixel scrolling, support for various mouse and touch devices, and so on. |
| AllowShiftKeyMode static | Gets or sets whether users can hold the Shift key and use the mouse wheel to scroll data horizontally. |
| CurrentHorizontalScrollMargin static | For internal use. |
| HandlesDefaultMouseScrolling static | Gets or sets whether to process the control’s scroll operations on the DevExpress side to extend the control’s default scroll behavior. |
| IsScrollBarThumbDragDeltaListener static | For internal use. |
| IsTouchScrollBarMode static | Gets whether the control displays touch scrollbars. |
| ListeningScrollBarThumbDragDelta static | For internal use. |
| PreventParentScrolling static | Gets or sets whether to disable scrolling for the control’s parents when you scroll the control’s content. |
| ScrollBarMode static | Gets or sets a value that specifies the scroll bar behavior and appearance. |
| ScrollBehavior static | Gets or sets the scroll behavior. |
| ScrollViewerMouseMoved static | For internal use. |
| ScrollViewerOrientation static | For internal use. |
| ScrollViewerSizeChanged static | Gets whether the scroll bar’s size has changed. |
See Also