retide
retide

Reputation: 1190

C# WPF datagrid mouse over display an image

I am a WPF noob, and really need someone to point me to the right direction.

I would like to do is that, when the mouse moves over on the row of the datagrid, it popups an an image, and when my mouse moves off the row, it closes the popup image.

Can anyone help me what should i look into this?

Upvotes: 2

Views: 1321

Answers (1)

A. Wilson
A. Wilson

Reputation: 688

The article here looks like it provides a good introduction to using ToolTips in a DataGridView, although it doesn't specifically reference using an image. The ToolTip MSDN page here indicates that it should be possible to do what you are trying to do. Hope these get you to a solution.

Upvotes: 4

Related Questions