Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

Member Table: Scrolling

#Scroll Settings

Property (Methods) Description
ScrollingSettings.ClickMode (ScrollingSettings.GetClickMode, ScrollingSettings.SetClickMode)

Gets or sets a value that specifies how scroll buttons should be manipulated by an end-user to initiate scrolling. This is an attached property.

ScrollingSettings.AccelerationRatio (ScrollingSettings.GetAccelerationRatio, ScrollingSettings.SetAccelerationRatio) Gets or sets the acceleration ratio of the scrolling speed (in pixels per second squared), when scrolling using scroll buttons. This is an attached property.
ScrollingSettings.DecelerationRatio (ScrollingSettings.GetDecelerationRatio, ScrollingSettings.SetDecelerationRatio) Gets or sets the deceleration ratio of the scrolling speed (in pixels per second squared), when scrolling using scroll buttons. This is an attached property.
ScrollingSettings.ScrollSpeed (ScrollingSettings.GetScrollSpeed, ScrollingSettings.SetScrollSpeed)

Gets or sets the speed of scrolling (in pixels per second). This property is in effect when scrolling using scroll buttons. This is an attached property.

ScrollingSettings.TopBottomIndent (ScrollingSettings.GetTopBottomIndent, ScrollingSettings.SetTopBottomIndent)

Gets or sets the top and bottom indents of the scrollable region. This is an attached property.