Posted 14 years ago
by Cameron MacFarland
-
Senior Software Engineer,
Orelogy Geotechnical
Version: 10.1.0522
I'm displaying some items in a list, with a dynamic filter at the top. Instead of constantly adding/removing items I'm simply setting their visibility to false if they don't match the filter.
I'm using the AnimatedStackPanel, and the animation works when an item goes from Collapsed to Visible, but when going from Visible to Collapsed there's no animation.
Is there a way to get the animation working when an item changes from Visible to Collapsed?
Thank
I'm using the AnimatedStackPanel, and the animation works when an item goes from Collapsed to Visible, but when going from Visible to Collapsed there's no animation.
Is there a way to get the animation working when an item changes from Visible to Collapsed?
Thank