Download ListViewInsertionDragDemo.zip version 1.0.0.0, last updated 27/07/2014 (14.12 KB)

Download
  • md5: 4168ad176fc85c10770000b0408f7cab
// Dragging items in a ListView control with visual insertion guides
// http://www.cyotek.com/blog/dragging-items-in-a-listview-control-with-visual-insertion-guides

namespace ListViewInsertionDragDemo
{
  /// <summary>
  /// Determines the insertion mode of a drag operation
  /// </summary>
  public enum InsertionMode
  {
    /// <summary>
    /// The source item will be inserted before the destination item
    /// </summary>
    Before,

    /// <summary>
    /// The source item will be inserted after the destination item
    /// </summary>
    After
  }
}

Donate

Donate