I have applied a storyboard animation at design time to change a stackpanel width. But when I explicitly change same control's width on a button click, then there is no change in its width. When I do not apply any storyBoard at design time, then width change works.
Is there any way to remove storyboard binding from a panel control and apply same whenever I want on a button click.
thanks