ImageEn for Delphi and C++ Builder ImageEn for Delphi and C++ Builder

 

ImageEn Forum
Profile    Join    Active Topics    Forum FAQ    Search this forumSearch
Forum membership is Free!  Click Join to sign-up
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 ImageEn Library for Delphi, C++ and .Net
 ImageEn and IEvolution Support Forum
 Scroll to bottom of TImageEnMView
 New Topic  Reply to Topic
Author Previous Topic Topic Next Topic  

cpstevenc

USA
125 Posts

Posted - Jul 09 2013 :  11:55:51  Show Profile  Reply
I have images in a TImageEnMView. When I add new images
to the end of the list of thumbnails its showing,
I would like to scroll to the bottom to have it in view
when its added.

Any good way to approach this?

I didn't see any Vertical Scrollbar property exposed.

using D7 and latest ImageEn package

w2m

USA
1990 Posts

Posted - Jul 09 2013 :  12:03:39  Show Profile  Reply
Try ImageEnMView1.SelectedImage:
idx := ImageEnMView1.AppendImage
ImageEnMView1.SelectedImage := idx;

William Miller
Adirondack Software & Graphics
Email: w2m@frontiernet.net
EBook: http://www.imageen.com/ebook/
Apprehend: http://www.frontiernet.net/~w2m/index.html
Go to Top of Page

xequte

39076 Posts

Posted - Jul 09 2013 :  15:28:56  Show Profile  Reply
Also ensure you have set:

ImageEnMView1.SelectedImageAlwaysVisible := True;

Nigel
Xequte Software
www.xequte.com
nigel@xequte.com
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
Jump To: