DragDropGrid

An extended DataGridView
Download

DragDropGrid Ranking & Summary

Advertisement

  • Rating:
  • License:
  • GPL
  • Publisher Name:
  • Burke Holland
  • Operating Systems:
  • Windows All
  • File Size:
  • 8 KB

DragDropGrid Tags


DragDropGrid Description

The DragDropGrid was developed to be an extended DataGridView. It enables Non-OLE Drag And Drop behavior within the same grid, or between two DragDropGrids with the same column structure. The base code for this control was taken from the article "How Do I Perform A Drag And Drop Reorder Of Rows?" on WindowsClient.net. The author is not stated in the article. The new grid exposes 2 new properties in the properties pane. Under "Misc" at the bottom, there is AllowDrag, and AllowReorder. The AllowDrag must be set to allow the drag to start. The AllowDrop - which is a native property of DataGridView, must be set for the drop to be allowed. The AllowReorder tells the grid whether or not you are allowed to reorder items in the same grid. IN ALL CASES, YOU MUST HAVE THE ALLOWDROP SET TO TRUE IN ORDER FOR ANY DRAG AND DROP TO OCCUR.


DragDropGrid Related Software