Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
365
Need modifiable/resortable (drag/drop/delete) listview of images with editable viewer on selection (optional)
posted

I saw a reply multiple items per row in UltraListView where Jose Acevedo wrote: "In attempt to provide you with similar functionality, I have attached a sample that uses the ultraListView in Thumbnail view and ultraPictureBox. When the user clicks on an item in the ultraListView, the image displayed in the ultraPictureBox changes"

This sounds like exactly the functionality I need - but there is no sample code attached to that reply as suggested.

The functionality I need is:  To have a scrollable list view of thumbnails generated on selection from a drop-down list of files, of the frame pages within a TIF file - and on selection, will show that selected frame in an editable window.

The Listview must support drag/drop/delete to allow reordering
(and on listview exit, intention is to obtain the new order and update TIF file with new order without deleted frames).  The modifying of the TIF I can accomplish if it is not supported - mainly need the Listview as described.

I have code to provide a MS ImageList of thumbnails but having difficulty with drag/drop/delete of them.  I have written a TIF editor using MS Image - but if Infragistics has something would prefer to use all one type (need to draw line, select area and cut/paste/delete area, add annotations.
The problem with current MS based designs is displaying 150+ thumbnails can take much longer and sometimes suffer from out-of-memory issues. The old COM component we currently use for this functionality is unstable - so we need a replacement.

I downloaded the latest Windows Forms 13.1 and there is no examples of using the ultraListView and ultraPictureBox in the samples I can find.

 

Thanks.