Hi Dumitru,
As the RenderTransform property doesn't affect the layout it is normal to observe this behavior - the window is not going larger when its content is scaled with a RenderTransform. What I would suggest you is either to set RenderTransform to the whole window or to put a LayoutTransformControl and move the transformation to its LayoutTransform property - this way the transformation will affect also the layout. The first one will scale the whole window and will make its header, borders and buttons bigger and second one will only make its content area bigger and will make enough space for your scaled content.
Hope this helps!
Sincerely yours,
Miroslav Nedyalkov
the Telerik team
Do you want to have your say when we set our development plans?
Do you want to know when a feature you care about is added or when a bug fixed?
Explore the
Telerik Public Issue Tracking
system and vote to affect the priority of the items