Back to Devexpress

ScrollBarExtensions Attached Properties

wpf-devexpress-dot-xpf-dot-core-dot-scrollbarextensions-dot-underscore-attachedproperties.md

latest2.8 KB
Original Source

ScrollBarExtensions Attached Properties

Contains attached properties that allow you to customize the scroll bar’s behavior in WPF controls.

NameDescription
AllowMiddleMouseScrolling staticGets or sets whether to enable the middle-click to scroll functionality.
AllowMouseScrolling staticGets 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 staticGets or sets whether users can hold the Shift key and use the mouse wheel to scroll data horizontally.
CurrentHorizontalScrollMargin staticFor internal use.
HandlesDefaultMouseScrolling staticGets or sets whether to process the control’s scroll operations on the DevExpress side to extend the control’s default scroll behavior.
IsScrollBarThumbDragDeltaListener staticFor internal use.
IsTouchScrollBarMode staticGets whether the control displays touch scrollbars.
ListeningScrollBarThumbDragDelta staticFor internal use.
PreventParentScrolling staticGets or sets whether to disable scrolling for the control’s parents when you scroll the control’s content.
ScrollBarMode staticGets or sets a value that specifies the scroll bar behavior and appearance.
ScrollBehavior staticGets or sets the scroll behavior.
ScrollViewerMouseMoved staticFor internal use.
ScrollViewerOrientation staticFor internal use.
ScrollViewerSizeChanged staticGets whether the scroll bar’s size has changed.

See Also

ScrollBarExtensions Class

ScrollBarExtensions Members

DevExpress.Xpf.Core Namespace