How does one add and remove a tooltip to a tree node in the UltraTree?
I want to just tool tip certain tree nodes and not every tree node in the UltraTree?
Hi,
Did you take a look at the mentioned thread ? Because both threads are yours :-)
sfrierdi said:If you do not know the answer just say so
So here is my answer - the copy of other thread:
Hello Sfrierdi,
Maybe one possible approach to achieve the desired behavior is to use multi- threading and UltraToolTipManager. I try to reproduce your scenario in a small sample. Please take a look at the attached project for more details and Demo video. Please let me know if you have any questions.
Regards
Why don't you just answer the question. If you do not know the answer just say so.
I suppose that this question is duplicate with that forum thread: http://community.infragistics.com/forums/p/63327/321030.aspx#321030 Please take a look there and if you have any questions, do not hesitate to write us.
Is there away to get the UltraTreeNode items tooltips to appear while items are being drag over UltraTreeNode items? The UltraTree's MouseEnter event does not get called when items are being dragged over the UltraTreeNode items. The dragged items being dragged are displayed when dragged over UltreTreeNode items but the UltreTreeNode items tooltips are not displayed. Can you suggest a solution to get the UltreTreeNode items tooltips to display while items are dragged over them?
Hello,
I see that you did well. I am glad that this example help you in order to achieve the desired scenario. This approach is very flexible in my opinion so you could modify it in many ways.
Please do not hesitate to contact us if you need any additional assistance.