Click or drag to resize

WebThumbnailViewerAutoDragDrop Property

Set to true when AllowDragDrop is also true, the thumbnail control will automatically handle thumbnail rearranging with linked viewers. It is not necessary to automatically save a reordered image server-side everytime a drag drop event is raised; the thumbnail control will request the correct image and annotation layer from the server, regardless of the thumbnail order.

The client side method getThumbnailOrder() will return the current order of the thumbnails in the control.

When returning from the server after saving the reordered image, the client side method Invalidate() should be called.

Namespace:  Atalasoft.Imaging.WebControls
Assembly:  Atalasoft.dotImage.WebControls (in Atalasoft.dotImage.WebControls.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public bool AutoDragDrop { get; set; }

Property Value

Type: Boolean
Remarks

AutoDragDrop cannot be true if:

  • AllowDragDrop is false
  • AllowMultiSelect is true
Caution note Caution
WebThumbnailViewer control is available with .NET Framework 3.5 and 4.5.2 only.
See Also