tags:

views:

29

answers:

1

The title says it all.. Im trying to make a specific control smaller, without making its content smaller..

If I use Control.Rendertransform, child content will be transformed as well..

Any ideas?

A: 

The trick was, not to use a RenderTransform, but in my case, use a LayoutTransform instead.

fsl