Skip to content

DevExpress-Examples/wpf-data-grid-implement-custom-scroll-animation-for-per-pixel-scrolling

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WPF Data Grid - Implement Custom Scroll Animation for Per-Pixel Scrolling

This example shows how to implement a custom animation displayed when a user vertically scrolls the GridControl (per-pixel scrolling):

  1. Set the TableView.AllowScrollAnimation property to true.
  2. Set the TableView.ScrollAnimationMode property to Custom.
  3. Handle the TableView.CustomScrollAnimation event and specify a custom scroll animation.

Grid_CustomScrolling

Files to look at

Documentation

About

Implement a custom animation displayed when a user vertically scrolls the GridControl.

Topics

Resources

License

Stars

Watchers

Forks