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
Hello,
I need to use a button that can be deactivated after having been used.
So I've tried to set the IsEnabled property to false, but this didn't change anything to the button. In add, the click event is stil enabled.
Is this normal?
The text was updated successfully, but these errors were encountered:
I'm pretty sure it's an issue with the actual Xamarin.Forms button underneath. It's been an off and on issue for a while: https://forums.xamarin.com/discussion/47857/setting-buttons-isenabled-to-false-does-not-disable-button
Sorry, something went wrong.
No branches or pull requests
Hello,
I need to use a button that can be deactivated after having been used.
So I've tried to set the IsEnabled property to false, but this didn't change anything to the button. In add, the click event is stil enabled.
Is this normal?
The text was updated successfully, but these errors were encountered: