Click or drag to resize
ListBoxDropPosition Enumeration
Specifies the position at which the user has dragged and dropped the source item(s) with regards to the destination item.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public enum ListBoxDropPosition
Members
  Member nameValueDescription
Above0 The source item(s) is dropped above (before) the destination item.
Below1 The source item(s) is dropped below (after) the destination item.
See Also