Search code examples
wpfwpf-controlstooltipribboncontrolslibrarysplit-button

Tooltip on split button of WPF Ribbon Controls Library


I am using Microsoft's Ribbon Control Library (RibbonControlsLibrary.dll) for my WPF application using Dotnet framework 4.0. It works good for me.

I have a issue regarding using split button. Split button of this library i.e. RibbonSplitButton does not show tool tip. However children of this split button show their tool tips properly.

Please help me to achieve this functionality.

Thanks in advance.


Solution

  • Use the ToolTipTitle property instead of the ToolTip