Sorry, I'm not seeing that.
What version of ImageEn are you using? What other TImageEnView properties are set?
It is also better if you set:
ImageEnView1.Center := False;
To test, I created a new project with a TImageEnView and added this code:
ImageEnView1.IO.LoadFromFile( 'D:\im.jpg' );
ImageEnView1.MouseInteractGeneral := [miScroll];
ImageEnView1.MouseInteractLayers := [mlMoveLayers];
ImageEnView1.Layers[0].Locked := False;
ImageEnView1.Layers[0].Selectable := True;
ImageEnView1.Update();
I was able to drag and move the image as expected.
Nigel
Xequte Software
www.imageen.com