Nirabhra Das
Nirabhra Das
Seems the issue happens if the button is re enabled after an await method. I'm attaching a screenshot of my code snippet for reference. The `IsEnabled = True` works as...
@5CoJL -- > It seems something is forcing the `IsEnabled` property to false Not quite to be honest. The button itself is not disabled. The click function works as intended...
@Catherine25 -- Have you checked if the button click works after the `IsEnabled = true` call? For me only the visual was stuck at the disabled state but the button...