![Avatar](https://secure.gravatar.com/avatar/b69be0e7bb652517772f0cb09385e25c.jpg?s=64&d=identicon&r=g)
Hello,
I use a SwitchPannel with AnimatedWrapPanel option. On some ListBoxItem I display a Windows Form content through a WindowsFormsHost. This works fine, except when there is animation on the SwitchPannel, either when an item is resized or when the complete list is resized, causing a different items arrangement. The items are moving here or there but the Windows Form content does not follow the movement and stay stucked at the original place for a while. Frequently, I need to mouse over the mouse to make it move to its expected location.
Do you have any idea of what is going on ?
Thank you.