I’ve got a project where I have a large image (it’s a map around 2000px x 1000px) that I want to show in a window sized 300px x 150px that the user can then move around to view the different areas. The image needs to be at its original size so it’s still readable (and not resized down) so the user needs to be able to move around it so they can view all areas of the map.
I tried a simple test that I thought would work of having the image with the full pixel width/height specified, and that image within a simple group set at the smaller fixed pixel widths. But unfortunately, the group expands to the image size.
Any ideas?