Tree view node tool tip

Answered
0
0

Hi

Is this still outstanding or has it been fixed?

setting node.ToolTipText = ci.Description;

Has no effect as the tool tip does not show when you hover over the node. (edge or chrome)

Thanks for your help

Ewan

 

  • You must to post comments
Best Answer
0
0

Hi Ewan,

thanks for your message. It´s not a bug though. You need to set TreeView.ShowTooltips to true.
It defaults to false, just like in WinForms.

Hope that helps.

Best regards
Frank

  • You must to post comments
Showing 1 result
Your Answer

Please first to submit.