This example shows how to implement a custom animation displayed when a user vertically scrolls the GridControl (per-pixel scrolling):
- Set the TableView.AllowScrollAnimation property to
true. - Set the TableView.ScrollAnimationMode property to
Custom. - Handle the TableView.CustomScrollAnimation event and specify a custom scroll animation.
(you will be redirected to DevExpress.com to submit your response)
