stumper66 Posted July 4, 2008 Posted July 4, 2008 I want to have individual tool tips on my tree nodes in a TreeView. Using the following works great: treeServers.Nodes[0].ToolTipText = "tool tip"; [/Code] However, I want to have a delay before the tool tip appears (similar to System.Windows.Forms.ToolTip and .AutoPopupDelay), but I can't figure out how to implement it. Any ideas would be welcomed. I'm using VS 2008 and C#.Net 2.0 Quote
roger_wgnr Posted August 4, 2008 Posted August 4, 2008 You can set the ToolTip InitalDelay Property. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.