Tooltip steals mouse click

Posted by deerchao on Stack Overflow See other posts from Stack Overflow or by deerchao
Published on 2010-05-14T03:21:24Z Indexed on 2010/05/14 3:44 UTC
Read the original article Hit count: 213

Filed under:
|

I'm writing a custom TreeView from ScrollableControl. I decided to show tooltips when the mouse hovers over nodes with text too long to display.

I find that when tooltips are shown, the user is not able to click the node to select it because (I think) he's clicking the tooltip window, not my control.

Is there any easy solutions? As far I can see, System.Windows.Forms.TreeView don't have this problem. Thanks!

© Stack Overflow or respective owner

Related posts about winforms

Related posts about tooltip