Click here to Skip to main content
15,890,947 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
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
Posted
Updated 6-May-11 8:57am
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900