This question is locked. New answers and comments are not allowed.
Hi,Admin and Everyone
From the previous questions, I've found a method to add ToolTip for each GridCell. But i have a specific requirement, that is,
if the width of the column is not wide enough to display all content(may be the user resize one column), then display the Cell's content as
ToolTip, otherwise, the tooltip would not be displayed.
another, if i add a tooltip by program code, like this: cell.SetValue(ToolTipService.ToolTipProperty,"MyTips");
how can i remove it by code? cell.SetValue(ToolTipService.ToolTipProperty,null); right?
thanks!!
From the previous questions, I've found a method to add ToolTip for each GridCell. But i have a specific requirement, that is,
if the width of the column is not wide enough to display all content(may be the user resize one column), then display the Cell's content as
ToolTip, otherwise, the tooltip would not be displayed.
another, if i add a tooltip by program code, like this: cell.SetValue(ToolTipService.ToolTipProperty,"MyTips");
how can i remove it by code? cell.SetValue(ToolTipService.ToolTipProperty,null); right?
thanks!!