MultiSelect
是否允许ListView选择多行,逻辑型,默认为True。
示例
Dim lvw As WinForm.ListView = e.Form.Controls("ListView1") lvw.MultiSelect = False