-
Notifications
You must be signed in to change notification settings - Fork 1.9k
[Bug] .IsVisible Render Issue #13307
Comments
@ColdstarJoey Which platform are you seeing this behavior on? |
Hi the platform was Android and the device was a new Samsung Tab A |
Could this be related to or the same bug as #13203 and #13126 (comment)? |
I have the same error! Does anyone have a workaround? |
Workaround for me is to wrap the ScrollView around a StackLayout or other control. |
Hi @ColdstarJoey can you please upload a small reproduction? having troubles to reproduce it myself. thanks |
- QRHandler, Model, Recepies Shop page fixes Bugfix: xamarin/Xamarin.Forms#13307
I have this problem too. ScrollView is a root element on every page of my app. :-) However, @oscarjaergren, your workaround works! |
Can confirm it still fails on s 5.0.0.2012 |
I was having the same problem, but the workaround provided by @oscarjaergren worked for me. Xamarin Forms Version: 5.0.0.2012 |
Workaround provided by @oscarjaergren worked, although I ran into issues with VeritcalLayoutOptions not being applied correctly to items within the nested ScrollView. Wrapped it within a ContentView instead seems to work okay for my purposes |
Might that be related to #13597 ? There, the workaround is also to add a ContentView around the ScrollView. |
I have the same problem. Is a fix for this planned soon? This bug causes some controls in my app to be outside the visible area of the screen (when they become visible by setting IsVisible=true). |
Description
when having a element (frame) in a ScrollView when I scroll to the bottom and hit a checkbox to turn off that frame (Name.IsVisible = false) it hides it as normal but when re adding the frame but when unticking the checkbox it only renders what the screen can see. when reverting back to Forms 4.8 it works perfectly.
Steps to Reproduce
The text was updated successfully, but these errors were encountered: