How to show ToolTip for disabled Control #5790
Unanswered
ShrutiJaiswal1494
asked this question in
Q&A
Replies: 1 comment
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a button which is enabled/disabled based on a textbox. I want to show the ToolTip even when the button is disabled. In WPF there is an option
ToolTipService.ShowOnDisabled = True
to do this but it doesn't work for Avalonia.Beta Was this translation helpful? Give feedback.
All reactions