ASP.NET有一个reorderlist控件
http://www.asp.net/ajax/ajaxcontroltoolkit/Samples/ReorderList/ReorderList.aspx
是否有任何等效的东西(控件、源代码等)在Winform中?
发布于 2010-03-12 20:30:15
ObjectListView --一个围绕WinForms ListView的开源包装器--能够通过拖动来重新排列列表中的对象,这与您给出的演示非常相似。
请看一下演示中的“拖放”选项卡并阅读this recipe。

https://stackoverflow.com/questions/2428176
复制相似问题