Is there any way to change the properties of the DataGridViews default tooltip?
ie. change it's display duration or text font/size. Thanks...
Printable View
Is there any way to change the properties of the DataGridViews default tooltip?
ie. change it's display duration or text font/size. Thanks...
you can change the duration from within the tooltips properties, not sure about the font though.
just found it can be done by inheriting the tooltip and altering that way. heres the link
http://social.msdn.microsoft.com/for...-5c60cb241134/
I was refering to the DGV's builtin tooltip & not the ToolTip component that's in the Toolbar.
If you have text in a cell thats longer than the column width then a tooltip displays to show the full cell content. That's the one I need to change the duration of, as it only displays for a few seconds.