I need to show a Tooltip on some disabled ContextMenu items. I tried the workaround using borders and putting the Tooltip and menu item in the borders, but my menu design completely messes up, setting Margin, Padding and BorderThickness to 0 doesn’t help.
Any ideas ? Another approach ?
Thanks in advance
I need to show a Tooltip on some disabled ContextMenu items. I tried the
Share
Ok, i got it, thanks to vinod8812.
I gave my MenuItem a style with different VisualStates, then i just needed to change the VisualState of my MenuItem to “Disabled”, the tooltip works fine.
Not a perfect solution, but will work so far.