TreeView with ControlTip Text

G

g

Hi Experts,

I have a working treeview but with something missing. When I first build it,
it actually has that ControlTip Text that once you point your mouse and the
title is too long the yellow box with the title show up so you dont have to
move the bar just to read the whole title. But now its not doing that
anymore, im using A2000, Microsoft TreeView Control, Version 6. I can't find
the problem in solution or on code behind my treeView. What am I missing here.

Thanks
 
M

Maurice

g,

The only thing I can think of is that the treeview width is wide enough to
show the node text because you will only see the controltip text when the
treeview width isn't wide enough. So you probably didn't do anything wrong it
just displays alle the text and doesn't have to show control tip text because
all the text from the nodes is visible. Try it decrease the width of the
treeview and you will see that the controltiptext is back again.

hth
 
G

g

Thanks Maurice,

I guess its nothing to do on resizing the width of the treeview because when
I tried to make it smaller the controlTip Text still didnt show up. But I
appreciate your time and effort for giving a shot. I'll probably will try to
used Allen Brown custom controltip text and incorporate it in my code.

Thanks
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top