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?
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?
The trick was, not to use a RenderTransform, but in my case, use a LayoutTransform instead.