how to add many images in same row of a listview?
-
Sunday, March 04, 2012 5:07 PM
hi
i have the following row in my listview:
column header: Neme gander popular
row1: Ana female yes
row2: Jesica female no
Is it possible to add images instead of text for "gander" and "popular" ?
for now i am only able to add one image per row without using the Owner drawing methods?
All Replies
-
Tuesday, March 06, 2012 4:58 AMModerator
Hi MatjazB,
Welcome to the MSDN forum.
It is possible to add images into one row. Here is some information about how to achieve it:
ListView.LargeImageList Property: http://msdn.microsoft.com/en-us/library/system.windows.forms.listview.largeimagelist.aspx
Add images to Listview control in C#.net with 3.5 frame work: http://social.msdn.microsoft.com/Forums/en-US/Vsexpressvb/thread/54b16f70-f13d-46ce-b385-d0691d3666f0
Extended ListView: http://www.codeproject.com/script/Articles/ViewDownloads.aspx?aid=13006
Hope it helps.
Mark Liu-lxf [MSFT]
MSDN Community Support | Feedback to us
- Marked As Answer by Mark Liu-lxfModerator Tuesday, March 13, 2012 6:45 AM
-
Tuesday, March 13, 2012 6:45 AMModerator
Hi MatjazB,
We haven’t heard from you for several days. I’d like to mark the helpful replies as answer firstly. If you have any additional questions, you also can unmark the replay and post your question here.
Sorry for any inconvenience and have a nice day.
Mark Liu-lxf [MSFT]
MSDN Community Support | Feedback to us

