Winform窗口中,控件listview是无法设置行高的。

以加入一个imagelist(图片列表控件)实现行高的设置。

ImageList imageList = new ImageList();

imageList.ImageSize = new System.Drawing.Size(10, 20);   //分别是宽和高

listView1.SmallImageList = imageList;

posted on 2013-08-08 12:40  追逐.  阅读(1463)  评论(0编辑  收藏  举报