I recently asked how to get a toolTip to show up on a ListViewItem (see this question). My question is, does anyone know how I would control the colour, size or font of this ListViewItem.ToolTipText Property??
I have tried a few suggestions about "custom tool tips" but they never seem to actually show a tool tip (like this example) In this example, debugging shows that it definitely goes into the mouseover method but never seems to present a tool box - a constant resetting by the form perhaps?
It doesn't seem to have any properties to change but I know that there always seems to be a way around things!