Reputation: 1973
How do I change position of childWindow control when it is opened?
I want to do that because I want to make resize animation.
Upvotes: 1
Views: 894
Reputation: 2893
You can do this easily in expression blend. After creating new animation at time frame 0
size will be correct and at time frame 1
re-sizing can be done. Window loaded we can call the storyboard.
Please refer this link
Upvotes: 1