I have UltraTreeView with ToolTipManager attached. One of my cells has a very large text. User needs at least 30 seconds if not a minute to analize the content of the cell, but tooltip disappears after about 5 seconds .. I tried diferent values: 0, 32000, 600000. All with the same effect.
We are using version 12.1
I didn't setup any anything. which might be a part of the problem.
I have a Treeview with many cells, and toolTipManager on the form. I didn't change any properties except increased AutoPopDelay.
I need tooltip to show up when I go over the cell and stay there, but it disappears in 5 seconds.
Can you tell me what settings I'm missing?
Hi,m
I tried this out in a very simply case and the AutoPopDelay seems to work just fine for me. So whatever is happening here is probably something to do with how you are showing or setting up your tooltip. Or maybe something else is happening in your application that is causing it to close.
I'm afraid I don't have any more specific theories than that without more information. Can you post a small sample project demonstrating the issue to we can check it out?