Quantcast
Channel: 2,000 Things You Should Know About WPF » Tooltip
Viewing all articles
Browse latest Browse all 17

#873 – Using a Popup Rather than a Tooltip

$
0
0

Both Tooltips and Popup controls allow you to display a small popup window that contains some content.  Which one you use depends on what you need to accomplish with the popup window.

In general, you should use a Tooltip, unless one of the following is true:

  • You need to explicitly control when the window closes
  • The popup needs to accept focus

Filed under: Controls Tagged: Controls, Popup, Tooltip, WPF

Viewing all articles
Browse latest Browse all 17

Trending Articles