I am looking for a way to display a very large image a smaller window and have it autoscroll. Why using the Scrollby method works, it isn't smooth. What's the best way to do this?
I am looking for a way to display a very large image a smaller window and have it autoscroll. Why using the Scrollby method works, it isn't smooth. What's the best way to do this?
the component TScrollBox has two tracking bars (horizontal & vertical), both have the same properties. setting 1 for increment and making smooth:= true, you may achieve what you seek. your image must be contained into the scrollbox component.
ReplyDelete