Tooltip in .Net
Posted
by Ben
on Stack Overflow
See other posts from Stack Overflow
or by Ben
Published on 2010-04-23T12:16:13Z
Indexed on
2010/04/23
12:33 UTC
Read the original article
Hit count: 376
Hi,
I have a DataGridView in a Winforms application containing a collection of items. Each item has an image and various other details. I know it is possible in WPF, but can you get a tooltip to display an image and a more structured set of details then just plain text?
Thanks.
© Stack Overflow or respective owner