ImageList ImgList = new ImageList();
//高度设置
ImgList.ImageSize = new Size(1, lv_1.Font.Height + 2);
//在Details显示模式下,小图标才会起作用
lv_1.SmallImageList = ImgList;
ImageList ImgList = new ImageList();
//高度设置
ImgList.ImageSize = new Size(1, lv_1.Font.Height + 2);
//在Details显示模式下,小图标才会起作用
lv_1.SmallImageList = ImgList;
相关文章: