Hi,
I'm working on a wpf c# app and I have a question. I have a storyboard which at the end sets the property of a grid to Visibility.Visible. Now on my code behind when I try to set the visibility to hidden again after the storyboard has run, the visibility won't change!
Is the storyboard still running somehow or is a storyboard set property a fixed property after running the storyboard?