0

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.

1 Answers1

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