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 依然微笑。。 阅读(4541) 评论(1) 推荐(0) 编辑

导航

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5
点击右上角即可分享
微信分享提示