Skip to content
This repository has been archived by the owner on Sep 1, 2022. It is now read-only.

ReorderThemeTransition doesn't work #52

Open
DRAirey1 opened this issue Oct 20, 2019 · 0 comments
Open

ReorderThemeTransition doesn't work #52

DRAirey1 opened this issue Oct 20, 2019 · 0 comments

Comments

@DRAirey1
Copy link

DRAirey1 commented Oct 20, 2019

There are no examples anywhere in the internet that show ReorderThemeTransition working. Tried to wire it using this example:

<Setter Property="ItemContainerTransitions">
    <Setter.Value>
        <TransitionCollection>
            <AddDeleteThemeTransition/>
            <ContentThemeTransition/>
            <ReorderThemeTransition/>
            <EntranceThemeTransition IsStaggeringEnabled="False"/>
        </TransitionCollection>
    </Setter.Value>
</Setter>

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?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant