Reorder a winforms listbox using drag and drop?

前端 未结 5 1941
不思量自难忘°
不思量自难忘° 2020-12-13 06:01

Is this a simple process?

I\'m only writing a quick hacky UI for an internal tool.

I don\'t want to spend an age on it.

5条回答
  •  爱一瞬间的悲伤
    2020-12-13 07:00

    An alternative is using the list-view control, which is the control Explorer uses to display the contents of folders. It is more complicated, but implements item dragging for you.

提交回复
热议问题