I loads with page 1 displaying in the Viewer, but then when I mouse wheel down to page 2 and then back to page 1 the Viewer still displays page 2, but the Thumbs pane does select page 1.
So page 1 gets selected in the thumbs pane, but the does NOT get loaded in the Viewer.
By the way, I'm loading a multi-page TIF file. It works fine when I load a PDF.
When using FThumbs.AttachedImageEnView := FViewer;
is there a way to have the selected TThumbs image updated automatically whenever the user does an edit in FViewer? Similar when the user presses Undo to the edit in the FViewer.
I want the thumbnail in FThumbs to always reflect the state of the image loaded in FViewer.
If not auto way to do this on a FViewer.Undo then a OnAfterUndoRedo event would be helpful.