You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 1, 2022. It is now read-only.
The insert and delete animation work just fine, but when I execute:
observableCollection.Move(5, 2);
from a button, I get a reset of the list (it blinks and you see the list with the new order: no animation effects).
iOS has this feature, so why doesn't UWP?
The text was updated successfully, but these errors were encountered:
There are no examples anywhere in the internet that show ReorderThemeTransition working. Tried to wire it using this example:
The insert and delete animation work just fine, but when I execute:
from a button, I get a reset of the list (it blinks and you see the list with the new order: no animation effects).
iOS has this feature, so why doesn't UWP?
The text was updated successfully, but these errors were encountered: