I'm setting a tooltip on one of my cells. When the user hovers over it, the tooltip shows as it should, but I would like to have it stay on the screen longer than the default. Is there a property to set this behavior?
No, there is no property for this, it's determined by a system setting, I think.
You could turn off the tooltips in the grid (TipStyleCell) and use your own, though.