Showing a tooltip on a combobox from the itemtemplate (WPF)

Posted by Jamie on Stack Overflow See other posts from Stack Overflow or by Jamie
Published on 2009-07-22T13:17:56Z Indexed on 2010/05/13 9:04 UTC
Read the original article Hit count: 407

Filed under:
|
|
|

I have a ComboBox with a DataTemplate. The DataTemplate has two controls, each of which has a ToolTip attached to it. The list of items of the ComboBox has the tooltips as expected when you hover over each control. But the selected item area on top of the ComboBox does not display the tooltips, though the controls are rendered as expected. Is there a way to force the tooltips to be displayed?

© Stack Overflow or respective owner

Related posts about wpf

Related posts about datatemplate