-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi. I am making a sort of "print preview" control for some documents in my Silverlight 3 application. I have a Canvas (for showing the document) inside of a ScrollViewer, and I have zoom in / zoom out buttons that control the X and Y Scale properties of the ScaleTransform for the Canvas.RenderTransform…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I am trying to increase the size of the image by 20. So I am using ScaleTransform as shown below.. but the following code doesn't do any scale Tranform.. Any help would be appreciated...
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi, i want to create Pan & Zoom control Similar thread, so i transform control with ScaleTransform and it overlaps all window, i have ot do it with RenderTransform, becouse with LayoutTransform Pan implemented in example doesn't work. Are there any properties or templates with which i can implement…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I have a Canvas which has an image as background. When I do the ScaleTransform to increase the size of the image, the image blows out of the Canvas. Although I increase the size, I don't want the image to go out of the Canvas, I just want it to fit inside the Canvas. How to fix this issue in WPF?
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I have the following code
<Canvas Width="800" Height="600">
...
In the UserControl I animate the ScaleTranform to 1. I want UserControl to "grow" from its center, but it "grows" from the upper left corner of it. The values…
>>> More