以文本方式查看主题 - Foxtable(狐表) (http://foxtable.net/bbs/index.asp) -- 专家坐堂 (http://foxtable.net/bbs/list.asp?boardid=2) ---- [求助]LISTVIE显示 (http://foxtable.net/bbs/dispbbs.asp?boardid=2&id=69501) |
-- 作者:seal51 -- 发布时间:2015/6/6 10:29:00 -- [求助]LISTVIE显示
代码如下, 如何更改呢? Dim lvw As WinForm.ListView = Forms("FTP生产图纸管理器").Controls("ListView1")
Dim ics As String() = {"swf","accdb","mdb","psd","png","xls","xlsx","bmp","rar","jpg","doc","docx","zip","pdf","txt","ppt","exe","dwg","other"} \'定义扩展名数组 \'==============================以下是生成listview的代码============================ Dim sts As List(of String) = ftp.GetFileList(fp)
|
-- 作者:Bin -- 发布时间:2015/6/6 10:34:00 -- 做不到的哦.除非用这种http://www.foxtable.com/help/topics/2771.htm |
-- 作者:Bin -- 发布时间:2015/6/6 10:35:00 -- 或者是调整LIstVIew宽度小一点. 一行装不下2个.自然就垂直排列 |
-- 作者:seal51 -- 发布时间:2015/6/6 10:52:00 -- 谢谢老师 |