Hi
You can disable real-time updates as you drag the scrollbar using:
ImageEnMView1.HScrollBarParams.Tracking := False;
ImageEnMView1.VScrollBarParams.Tracking := False;
Setting IEGlobalSettings().IOParamDefaults.JPEG_Scale has no effect on TImageEn*MView because if you are using ietThumb or ietFastThumb (default for TImageEnFolderMView) it always sets JPEG_Scale to ioJPEG_AUTO to use the fastest loading for the desired thumbnail size.
Using IEGlobalSettings().JPEGEngine := ieenDLL; WILL improve performance.
Nigel
Xequte Software
www.imageen.com