Click here to Skip to main content
15,949,741 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Is it possible to bind Images from Database to a ListView like ( show all the students in a class with their name etc ) in windows form
Posted

1 solution

Yes. adding images to a ListView is quite possible.
See
http://www.java2s.com/Code/CSharp/GUI-Windows-Form/ListViewCountryimageandfont.htm[^]
http://msdn.microsoft.com/en-us/library/aa983754%28v=vs.71%29.aspx[^]

However, its much easier and neater to do in WPF.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900