Page 1 of 1

Scrolling Image Window

Posted: Wed Nov 17, 2010 5:10 am
by WaltBrown
Hi!
Has anyone been able to figure out how to make a scrolling image? I have some very large images and I want to view them in a smaller window with scroll bars as I edit them.
Thanks,
Walt

Re: Scrolling Image Window

Posted: Wed Nov 17, 2010 7:40 am
by Regulae
Hi Walt,

You could try making the image into a group (even if it's just a group of one image), then setting the group's vertical and horizontal scrollbars to true. The group's rect can be much smaller than the rect of the image, with the scrollbars letting you change the view.

Regards,

Michael

Re: Scrolling Image Window

Posted: Wed Nov 17, 2010 7:55 am
by WaltBrown
Michael,
Thanks, that works great.
Walt