Skip to main content

Per-Pixel Vertical Scrolling

To enable per-pixel vertical scrolling, set the TableView.AllowPerPixelScrolling (TreeListView.AllowPerPixelScrolling for TreeListView) to true.

dxtreelist-perpixelscrolling

To provide a visual effect, per-pixel scrolling also includes the TableView.ScrollAnimationMode and TableView.ScrollAnimationDuration properties. The first property specifies the scrolling mode, the second property specifies the animation length. The following modes are available.

NOTE

In a TreeListView, these properties are: TreeListView.ScrollAnimationMode and TreeListView.ScrollAnimationDuration.

#Example: How to Implement Custom Scroll Animation for Per-Pixel Scrolling