We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It would be great if there was a way to set the Watermark to hidden if the control has InEnabled=False.
InEnabled=False
A couple options would be to enable a public setter on Watermark.IsVisible so it could be bound separately. Or add options to the VisibleWhen enum.
Watermark.IsVisible
VisibleWhen
Thanks
The text was updated successfully, but these errors were encountered:
Ah, this is a very reasonable use case, not good that we don't have something straightforward for it.
Sorry, something went wrong.
No branches or pull requests
It would be great if there was a way to set the Watermark to hidden if the control has
InEnabled=False
.A couple options would be to enable a public setter on
Watermark.IsVisible
so it could be bound separately. Or add options to theVisibleWhen
enum.Thanks
The text was updated successfully, but these errors were encountered: