Community Tip - Need to share some code when posting a question or reply? Make sure to use the "Insert code sample" menu option. Learn more! X
Hi all,
is it possible to show a buttons tooltip even if it is deactivated?
Reason is I want to change the tooltip text to explain to the user _why_ the button has been disabled.
Thanks
Possibly with custom css but I do not know it.
I often just add a label, whose Visibility is bound to the same source like the Disabled property of the button. Therefore, if the button is disabled the label is visible - showing the cause why it is disabled.