ScrollBarExtensions Attached Properties
Contains attached properties that allow you to customize the scroll bar’s behavior in WPF controls.
Name | Description |
---|---|
Allow |
Gets or sets whether to enable the middle-click to scroll functionality. |
Allow |
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. |
Allow |
Gets or sets whether users can hold the Shift key and use the mouse wheel to scroll data horizontally.
|
Current |
For internal use. |
Handles |
Gets or sets whether to process the control’s scroll operations on the DevExpress side to extend the control’s default scroll behavior. |
Is |
For internal use. |
Is |
Gets whether the control displays touch scrollbars. |
Listening |
For internal use. |
Prevent |
Gets or sets whether to disable scrolling for the control’s parents when you scroll the control’s content. |
Scroll |
Gets or sets a value that specifies the scroll bar behavior and appearance. |
Scroll |
Gets or sets the scroll behavior. |
Scroll |
For internal use. |
Scroll |
For internal use. |
Scroll |
Gets whether the scroll bar’s size has changed. |
See Also