BoldSignA modern eSignature application with affordable pricing. Sign up today for unlimited document usage!
void TableControl_PrepareViewStyleInfo(object sender, GridPrepareViewStyleInfoEventArgs e)
{
e.Style.CellTipText = e.Style.Text;
}
But the problem ist, that the tooltip appears for nearly a second. How can I change the duration?