I have a Grid with 2 rows, where the second has Visibility.Collapsed by default. I want it to change to Visibility.Visible on MouseEnter on the Grid and back on MouseLeave. That's simple and done.
However, I would like the transition between Visible and Collapsed to not be instant but smooth.
I believe I can do this somehow with the VisualStateManager but I'm not sure how, so any guidance is appreciated.