
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.