I have some images that i added to imageList Cotrol manually. Now i need remove thart images from imageList depending on the key index and set as panel backgroud.
Ho
i am using imagelist in list view.
let say i have three images in imagelist and want to delete 2 image in it.
i used code
imagelist.Images.RemoveAt(2);
code is deleting 2nd image but after that 3 image is bot visible although it is there