Hello everyone...
I am having some trouble implementing a behavior, that has a property of a type Storyboard. The problem is that I would like to be able to select a storyboard from Blend interface in properties window from StaticResources of a control, with a simple combo box (like a ControlStoryboardAction does). Should I create a separate PropertyValueEditor for this property? I think it is not the correct way to do that, because I was hoping this combobox editor is the default editor for all Storyboard type properties. Or maybe there is a way to reuse the same editor which is using "ControlStoryboardAction" for it's property...
P.S. Whenever I try to manually set the value of my property to a custom expression "{StaticResource Expanding}", it compiles in VS2010, but I am getting an error compiling in Blend 4, it says "Object reference not set to an instance of an object". [UPDATE] this las issue solved, it had nothing to do with the question.
Thank you in advance.
Regards,
Kemo