|
Why does the image I bind to TreeView have to go through an event to display correctly
I first defined an imagelist, and added the images.The imagelist property on the TreeView was also bound to the imagelist that I defined, but after the formload event was completed, the root node of the TreeView displayed the first in the imagelist Icon, the icons of its subordinate nodes are correct;
However, after an afterselect event, the icon of the root node returns to normal. What is going on, thank you for your guidance. |
|