Click here to Skip to main content
15,892,809 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I have a 3 fileds which are text and I am able to add these texts in these 3 columns. I want to add 4th column and want to show image in this column for each row. Please let me know how to load image in a column for each row in custom control.

Regds
SNI
Posted

1 solution

The same way that you would load an image into any Window. The only issue is computing the co-ordinates of the cell where you want the image, but since it is your custom control that should not be difficult.
 
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