In c# winforms, I have a listview with some images. The user can select one image, but when he leavs the listview i need to keep highlighting the item that he selected.
also, when the form is open, the data of the form is loaded from the DB. One data is the name of the image in the listview, I need to highlight the image that was loaded from the DB.
In c# winforms, I have a listview with some images. The user can select
Share
Try setting the ListView.HideSelection property to false.