I select an image programmatically in a TImageEnMView (previously filled with AddShapesToImageEnMView) with:
ImageEnMView1.SelectImage(i);
How can I then scroll to the selected image?
I have searched in the documentation but have not found this functionality.