WPF tooltip best practices

Posted by Martin on Stack Overflow See other posts from Stack Overflow or by Martin
Published on 2010-03-09T18:37:04Z Indexed on 2010/05/19 16:40 UTC
Read the original article Hit count: 200

Filed under:
|

I'm about to change my application to include tool tips for all buttons, combo boxes, etc. I was wondering if there are any recommendations on doing this.

For every control I'd like the tooltip to show the control's name in bold, followed by the description. I want to keep the style separated from the control, so I can change the tooltip style globally.

What I would like to have, unless there's a better suggestion, is two additional fields per button/combobox/etc: 1-ToolTipName and 2-ToolTipDesc, both containing a string. How can I accomplish this (and is it even possible?).

© Stack Overflow or respective owner

Related posts about wpf

Related posts about tooltip