Gapipro
Gapipro

Reputation: 1973

silverlight - change child window position when opened

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

Answers (1)

Shrivallabh
Shrivallabh

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

Related Questions