1.

How to apply tooltip over a disabled element

Answer»

We have to use the ShowOnDisabled attached PROPERTY of the ToolTipService CLASS From
XAML and this would LOOK LIKE the following on a Button:- < Button ToolTipService.ShowOnDisabled= True > Button>



Discussion

No Comment Found