Advanced Forum Search Results
-
I want to add my vote for this. I need to do an animation on one of my objects, which is *not* visible in the UI. This object implements INotifyPropertyChanged and listeners are registered to that which do update the UI. I really can't understand why DependencyObject can't be subclassed by us.
-
I have a control that, when clicked, show resize a grid column. What I was planning to do is to do DoubleAnimation with that column as the target, and the "Width.Value" as the target property, assuming the GridLength is of type Star. But I'm not able to do this because "Value" is not a dependency property of GridLength. ...
-
I'm having the same problem too, and it seems to be related to the tooltip service. Does anyone found a solution to this, or how to workaround it?