ToolTip for nested outline nodes.

SyntaxEditor for Windows Forms Forum

Posted 17 years ago by Dan Oren - Software Developer, Watchfire
Version: 4.0.0234
Avatar
Hey,

I have an outline node that contains two outline node in it.
When I'm standing with the mouse on each of the Sub nodes when they are collapsed I get as a tooltip the
content of each one of them that this is OK.
But - when I collapse the parent node and move the mouse on in I got only the tooltip of the first sub node.
I would like to see also the tooltip of the second.

How can i see a tooltip for all the nested nodes ?

10'X
Dan

Dan Oren

Comments (3)

Posted 17 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar
Hi Dan,

There is a property that limits the amount of text that is displayed in the tooltip for collapsed nodes. I believe you are probably just hitting that 300 character limit. Right now it's not configurable but I'll make sure there's a property to control the limit for the future.


Actipro Software Support

Posted 17 years ago by Dan Oren - Software Developer, Watchfire
Avatar
Hey,

Is there away to write it manually ? (listen to event and write the content?)

Dan

Dan Oren

Posted 17 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar
Yes you can customize it in the ViewMouseHover event. You can change the ToolTipText property in the event args.


Actipro Software Support

The latest build of this product (v24.1.0) was released 2 months ago, which was after the last post in this thread.

Add Comment

Please log in to a validated account to post comments.