ScrollBarExtensions Attached Properties
Contains attached properties that allow you to customize the scroll bar’s behavior in WPF controls.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