Back to Devexpress

Member Table: Scrolling

wpf-6664-controls-and-libraries-navigation-controls-navigation-bar-member-tables-member-table-scrolling.md

latest3.1 KB
Original Source

Member Table: Scrolling

  • Jun 07, 2019

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.

|