Logical Container in WPF

Hi All,

I am facing problem n Zooming Canvas,If I appy scale transform to canvas children it changes size of the childrens but the position is same.Is there any way to zoom canvas(That will change the size of the canvas Children and change it's position accordinglly)?

2)Do we have Logical container in WPF?

[330 byte] By [VinodSa] at [2008-3-3]
# 1

You can zoom the entire canvas. Take a look at this example of a greeting card in WPF/E (lots of zooming). Also if you look at the source code for the Windows Vista example you will see lots and lots of scaling using a canvas.

As for logical containers, just use canvases...

BryantLikes at 2007-9-7 > top of Msdn Tech,Silverlight (formerly WPF/E),Silverlight (formerly WPF/E) General Discussion...