Friday 15 August 2014

.net - Animate DataGrid to Auto Scroll -


I have a data grade in which there are 2 rows of data, but I have space to display 1 row at a time . I want to stop some type of animation automatically pausing, pausing, and then scrolling back into 1 line. I tried to use Transformation Transformation with dual animation, but it only runs line 1 back and forth.

Also, I do not have a header for this datagread, so I do not have to worry about showing the header while scrolling.

Any ideas / suggestions?

You have tried DataGrid.ScrollIntoView

Custom animation is explained with ...

No comments:

Post a Comment