Open
Description
Description
I've nested a Stacklayout with an BindableLayout Itemtemplate in a Refreshview. When Refreshing the nested Refreshview shifts upwards with each refresh - slowly getting out of bounds.
Steps to Reproduce
- Open a new project and create a New .NET MAUI App.
- In the newly created project, add a new ContentPage and set the following properties:
Shell.NavBarIsVisible="False" ios:Page.UseSafeArea="True" xmlns:ios="clr-namespace:Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific;assembly=Microsoft.Maui.Controls"
- Within the ContentPage, nest a StackLayout containing a BindableLayout inside a RefreshView and ScrollView.
- Deploy the application on an iOS device.
- Perform a "Pull to Refresh" action and observe the StackLayout shifting out of bounds.
Here is an example of the Issue:
Link to public reproduction project repository
https://github.com/DavidKloster/RefreshViewBug
Version with bug
8.0.0-rc.2.9373
Is this a regression from previous behavior?
Yes, this used to work in .NET MAUI
Last version that worked well
8.0.0-rc.1.9171
Affected platforms
iOS
Affected platform versions
iOS 17.0.3
Did you find any workaround?
Not yet.
Relevant log output
No response
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment