AllowDrag

逻辑型,是否允许在ListView拖动行。

示例

Dim lvw As WinForm.ListView = e.Form.Controls("ListView1")
lvw
.AllowDrag = True '允许拖动行
lvw
.AllowDrop = True '允许接收拖动过来的行


本页地址:http://www.foxtable.com/webhelp/topics/2839.htm