Some time ago, I used a constructor to create ImageListfor ListView. Now I am looking for these images and the control code ImageList, but cannot find it. " Find All Links " does not display all of this (I thought it would be in InitializeComponent).
I can use the constructor to install ImageSize, but I cannot find it anywhere in the code. Not only that, but if I add it manually after the call InitializeComponent, the images will disappear at runtime.
I cannot find images anywhere in Solution Explorer .
To be clear, images are displayed at runtime.
source
share