DataGridView ErrorText Tooltip more than 5 seconds

238 Views Asked by At

Is there a way to increase the ToolTip display time on the ErrorText in a DataGridView Row? Its defaulted to 5 seconds (as all ToolTips are) but you can modify the time on a ToolTip when you create one, but I cant seem to change it on a DataGridView.

EDIT: I am not talking about ToolTipService in WPF, I am using WinForms and using the DataGridVeiwRow.ErrorText field which automatically adds an error icon and a tool tip on mouse over in the Row Header.

0

There are 0 best solutions below