How can I resize the image that displays when the user clicks the thumbnail? I expected the following properties for the gallery control to do this, but they seem to have no affect. MaxImageWidth="500" MaxImageHeight="500" The following seems to only reduce the resolution of the bitmap but not the disaplay size: AutoResizeUploadedImages = "true"