How can I add multiple images in a field (suppose row=2, col = 1) of a ListView control
C#
2
Posts
2
Posters
1
Views
1
Watching
-
I want to display a list view that will contain data as follows: Column 1 will display normal text data, column 2 will contain multiple images and every image will have a click event. How can I do this?
-
I want to display a list view that will contain data as follows: Column 1 will display normal text data, column 2 will contain multiple images and every image will have a click event. How can I do this?
Use a datagridview - I'm pretty sure you cannot add multiple controls (picturebox) to a cell though. Feels like a custom control requirement to me.
Never underestimate the power of human stupidity RAH