-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Regression issue - hidden fields can not be made visable #1736
Comments
Repro confirms issues Tested with latest Xam Forms / Android libraries as well. Thank you for the reproduction |
What happens if you rotate the screen, does the switch start working? |
I think I have a related problem. I'm changing the text of a label in a Detail. The label will not resize as expected (that is at all). However, if I rotate the screen then the label will resize as expected. The Detail page works as expected if used outside of the MasterDetail relationship. Also, after I found your post I took my label out of the ScrollView and it now works in the MasterDetail relationship. I also have similar problems with buttons in a ScrollView in a MasterDetail relationhip. I'm using Xamarin.Forms 3.0.0.561731. |
In trying to nail down where the code broke I realized that my problem is resolved in Xamarin.Forms 3.1.0.583944. Yours maybe as well. |
Yes, this appears to be fixed in 3.1.0.583944 |
Description
Running on Android, a page in a MasterDetail Detail that contains hidden elements in a scroll. If you change the elements to be visible they do not show.
Steps to Reproduce
Expected Behavior
The hidden elements should become visible after the IsVisible property has been set to Visible
Actual Behavior
The hidden elements do not appear.
Basic Information
Reproduction Link
HeaderTest.zip
The text was updated successfully, but these errors were encountered: