2
當我將其設置爲詳細信息時,如何將圖像添加到ListView?當我將它設置爲細節時,如何將圖像添加到ListView?
當我將其設置爲詳細信息時,如何將圖像添加到ListView?當我將它設置爲細節時,如何將圖像添加到ListView?
例如:
ImageList imgList = new ImageList();
imgList.Images.AddStrip(bitmap);
this.listView1.StateImageList = imgList;
This可能會回答你的問題。
使用SmallImageList,而是和rememeber設置ListView項的imageIndex指定的 – 2015-04-25 01:52:31