You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If any of the above are duplicates, please consider closing this issue out and adding additional context in the original issue.
Note: You can give me feedback by 👍 or 👎 this comment.
FANMixco
changed the title
Visible is not working for Images or ImageButtons in Android
The IsVisible property is not working for Images or ImageButtons in Android
Jan 25, 2025
Description
I have an
ImageButton
in an app, I need to hide it or show it conditionally:The
Source
is working perfectly, but the image stays visible even if I set a static value in theIsVisible
property:The issue only happens with the Images or ImageButtons since I am binding also a button and works perfectly well:
Any idea why this is failing? Thanks.
Steps to Reproduce
ImageButton
orImage
.Visible
property to false.Link to public reproduction project repository
No response
Version with bug
9.0.30 SR3
Is this a regression from previous behavior?
Not sure, did not test other versions
Last version that worked well
Unknown/Other
Affected platforms
Android, I was not able test on other platforms
Affected platform versions
Android
Did you find any workaround?
No response
Relevant log output
The text was updated successfully, but these errors were encountered: