GurdeepS
GurdeepS

Reputation: 67273

Stretching animation in Silverlight 3

I am getting familiar with Expression Blend 3 and it is great fun but one thing I cannot work out is how do I animate the height and width of a control?

I have used the the scale transform but this just increases the scale but what if I just want to stretch the control?

Thanks

Upvotes: 0

Views: 180

Answers (1)

KeithMahoney
KeithMahoney

Reputation: 3343

A stretch is a ScaleTransform that only affects one of the dimensions (either X or Y) of the element. Is your problem that you are scaling both X and Y, when you only want to scale one of them?

Upvotes: 1

Related Questions