ASP.NET具有重新排序控件
http://www.asp.net/ajax/ajaxcontroltoolkit/Samples/ReorderList/ReorderList.aspx
Winform中有什么等效的(控件,源代码,......)吗?
答案 0 :(得分:1)
ObjectListView - 围绕WinForms ListView的开源包装器 - 能够通过拖动重新排列列表中的对象,就像你给出的演示一样。
查看演示中的“拖放”标签,然后阅读this recipe。
alt text http://objectlistview.sourceforge.net/cs/_images/dragdrop-dropbetween.png