I did a simple imageviewer and when I scale an image it takes the whole screen. I want it to get bigger but inside its grid.
Asked
Active
Viewed 182 times
1 Answers
0
Not really enough information here, normally just putting an Image
control into the Grid
should do as it stretches to its bounds.
<Grid>
<Image Source="..."/>
<Grid/>

H.B.
- 166,899
- 29
- 327
- 400
-
1So you will want to resize the grid, not the image – Merlyn Morgan-Graham Oct 31 '11 at 01:44
-
I have an image and right next to it i have textbox, and when I scale the image it covers the textbox. I want it to be scaled but stay in its grid. – Shahar Azulai Oct 31 '11 at 14:13