Question: Is there a way to customise the delete animation for ListView? #7446
Unanswered
harvinders
asked this question in
Q&A
Replies: 1 comment
-
@stmoy are these transitions customizable? @harvinders ListViewItems have a hand crafted template from code behind using internal api's for performance reasons. You can provide your own template to these classes, however it wont come with these performance gains. I suspect that this is difficult but possible to do however it would involve providing a new template and losing these performance gains, which depending on your situation could be varying amounts of bad. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
ListView provide nice AddDeleteThemeTransitions , however, I would like to customise the delete animation to be something like swipe out from the right edge. The way notifications are dismissed from the notification view of windows 10.
Is it possible?
Beta Was this translation helpful? Give feedback.
All reactions