LEADTOOLS Support
Imaging
Imaging SDK Questions
Re: Reset scroll to top of image while moving b/w pages of a multi-page TIFF
This topic and its replies were posted before the current version of LEADTOOLS was released and may no longer be applicable.
#1
Posted
:
Thursday, May 25, 2006 4:39:53 AM(UTC)
Groups: Registered
Posts: 6
Hello,
I am using a Raster Image Viewer control to load a multi-page TIFF file. If the user scrolls to the bottom of the first page and then moves to the next page of the image, the scrollbars stay at the bottom showing the bottom of the 2nd page. Is there a way to reset the scroll bar to the top when the user moves b/w pages?
I have set the viewer's AutoResetScrollPosition property to true, but I this resets the scroll bars for new images only and not b/w pages of the same image.
Any ideas/ suggestions will be much appreciated.
Thanks in advance.
PP
#2
Posted
:
Friday, May 26, 2006 11:29:38 AM(UTC)
Groups: Guests
Posts: 3,022
Was thanked: 2 time(s) in 2 post(s)
You can set the scroll bar position programmatically like below.
Dim Position As Point
Position.X = 0
Position.Y = 0
RasterImageViewer1.AutoScrollPosition = Position
LEADTOOLS Support
Imaging
Imaging SDK Questions
Re: Reset scroll to top of image while moving b/w pages of a multi-page TIFF
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.