G
Guest
Using VB in VS.NET 2003,
I have a tree view control docked in a slider and populated with nodes. I
have written code that displays information about each node as the user
hovers over it - this works great.
What I would like, though, is that when you move the mouse over an item
whose text is partially obscured in the VS.NET TreeView, a popup appears to
show more of the text - and the popup is not at then end of the pointer, but
rather directly over the partially hidden text. How can I accomplish this?
Any feedback would be greatly appreciated!
I have a tree view control docked in a slider and populated with nodes. I
have written code that displays information about each node as the user
hovers over it - this works great.
What I would like, though, is that when you move the mouse over an item
whose text is partially obscured in the VS.NET TreeView, a popup appears to
show more of the text - and the popup is not at then end of the pointer, but
rather directly over the partially hidden text. How can I accomplish this?
Any feedback would be greatly appreciated!