简体   繁体   English

Windows 窗体拖动控件

[英]Windows form drag control

I'm trying to make a windows form that is similar in the UI to winscp or norton commander where there are two lists of DB selections and the ability to drag and drop multiple items from one list to我正在尝试制作一个 windows 表单,它在 UI 中类似于 winscp 或 norton 指挥官,其中有两个 DB 选择列表,并且能够从一个列表中拖放多个项目到
the other.另一个。
Which .net control do you recommend?您推荐哪个 .net 控件?
Thanks谢谢

There is a property to allow draganddrop, and an event you can subscribe to, Then you can get infirmation on what is dropped, usimeg the eventargs有一个允许拖放的属性,以及一个您可以订阅的事件,然后您可以了解拖放的内容,使用 eventargs

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM