Drag and Drop between 2 list boxes

后端 未结 3 1401
难免孤独
难免孤独 2021-01-07 04:22

Trying to implement drag and drop between 2 listboxes and all examples I\'ve seen so far don\'t really smell good.

Can someone point me to or show me a good impleme

3条回答
  •  死守一世寂寞
    2021-01-07 04:37

    the proper way to do a drag-drop control in .net is by running code in the 2nd control's DragDrop event handler.

    It may "smell" weird, but this is how it works in .NET.

提交回复
热议问题