Click here to Skip to main content
15,885,914 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello guys, I have a table that requires a photo from all the clients. But it shows me only a strip of the picture because the rows are small. How can i create a mechanism that could provide me a full image on mouseover the same image?

Example:
[Table]

What I have tried:

Tried to use mouseover event and create a draw of the current image on the column and display it but no sucess.

Ended up deleting the code because it wouldn't do nothing.
Posted
Updated 7-Mar-17 0:31am

1 solution

Have a look at this: ToolTip With Image C#[^] - it;s not exactly what you want, but a tooltip image is probably the way I'd go.
 
Share this answer
 
Comments
Karthik_Mahalingam 7-Mar-17 6:36am    
5! great
Scribling Doodle 7-Mar-17 10:07am    
Really helpful! Thanks once again for your knowledge!

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