Show tooltip on a disabled Control in WPF
By [)ia6l0 iii
Use the ToolTipService's ShowOnDisabled method to show the tooltip.
For e.g.
<Button Content=""I am disabled"" ToolTipService.ShowOnDisabled=""True"" IsEnabled=""False"" ToolTip=""I
am disabled""/>
Show tooltip on a disabled Control in WPF (1730 Views)