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.

link|improve this question
feedback

1 Answer

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/>
link|improve this answer
1  
So you will want to resize the grid, not the image – Merlyn Morgan-Graham Oct 31 '11 at 1: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
@ShaharAzulai: Then scale the grid as Merlyn said... – H.B. Oct 31 '11 at 14:20
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.