I made an InteropUserControl of the WinGrid so we could use it in out VB6/COM application we are in the process of migrating. I have had good success in sending info back and forth between com and .net up to this point. Even by default it looks like the grid shows a ToolTip of the complete cell text if you hover over a cell that is too short for the text. I have no idea where to start to fix this. I did add a msgbox to report when the UltraGrid1_MouseHover event and it did work so I know that is working but I cannot get a ToolTip to display the complete text...
Any help would be appreciated
Thank you.
Johauna.
I got it. I adapted the code from
http://devcenter.infragistics.com/Support/KnowledgeBaseArticle.Aspx?ArticleID=5646