AD
Administrator
Syncfusion Team
June 3, 2005 12:39 AM UTC
Not really. That tooltip is a windows Forms ToolTip control, and it has no facility to change fonts, etc.
You could popup your own tip window wher eyou could control the font, etc. You might get some ideas from this sample. \Syncfusion\Essential Studio\3.2.1.0\Windows\Grid.Windows\Samples\In Depth\CellCommentTips
It only pops up the tip on teh corner, but you could change it to display any where over teh cell.
KL
Ken Law
June 8, 2005 11:53 PM UTC
Thanks, I''ll look into it when I get a chance.