2010年3月10日

C#如何设置Listview的行高-高度

摘要: Winform窗口中,控件listview是无法设置行高的,没行之间排得密密麻麻的,很挤,效果很不好!具体如何设置它的行高呢?咱们可以加入一个imagelist(图片列表控件)来 撑大 行,实现行高的设置!ImageList imageList = new ImageList(); //设置行高20imageList.ImageSize = new System.Drawing.Size(1, 2... 阅读全文

posted @ 2010-03-10 13:59 依然微笑。。 阅读(4520) 评论(1) 推荐(0) 编辑

导航