-
Notifications
You must be signed in to change notification settings - Fork 1.9k
TabbedPage - ScrollView not allowing scrolling when it should #26103
Copy link
Copy link
Open
Labels
area-controls-tabbedpageTabbedPageTabbedPagemigration-compatibilityXamarin.Forms to .NET MAUI Migration, Upgrade Assistant, Try-ConvertXamarin.Forms to .NET MAUI Migration, Upgrade Assistant, Try-Convertp/2Work that is important, but is currently not scheduled for releaseWork that is important, but is currently not scheduled for releasepartner/syncfusionIssues / PR's with Syncfusion collaborationIssues / PR's with Syncfusion collaborationplatform/windowss/triagedIssue has been reviewedIssue has been revieweds/verifiedVerified / Reproducible Issue ready for Engineering TriageVerified / Reproducible Issue ready for Engineering Triaget/bugSomething isn't workingSomething isn't working
Milestone
Metadata
Metadata
Assignees
Labels
area-controls-tabbedpageTabbedPageTabbedPagemigration-compatibilityXamarin.Forms to .NET MAUI Migration, Upgrade Assistant, Try-ConvertXamarin.Forms to .NET MAUI Migration, Upgrade Assistant, Try-Convertp/2Work that is important, but is currently not scheduled for releaseWork that is important, but is currently not scheduled for releasepartner/syncfusionIssues / PR's with Syncfusion collaborationIssues / PR's with Syncfusion collaborationplatform/windowss/triagedIssue has been reviewedIssue has been revieweds/verifiedVerified / Reproducible Issue ready for Engineering TriageVerified / Reproducible Issue ready for Engineering Triaget/bugSomething isn't workingSomething isn't working
Type
Fields
Give feedbackNo fields configured for issues without a type.
Description
I have a situation where using a TabbedPage to display a page with a ScrollView on it, doesn't always allow scrolling as far as the bottom of the page when it should!
This is a big big issue for my app that I'm converting from Xamarin Forms - any temporary workaround that doesn't involve re-working every single view would be much appreciated!
Steps to Reproduce
See the repository listed below, but to summarize:
I have a TabbedPage - and the child page being displayed in the TabbedPage simply has a StackLayout of 15 labels.
This is how it should look: (and correctly allows scrolling)

But by changing the width, it can end up like this, and doesn't allow scrolling to the bottom:

Link to public reproduction project repository
https://github.com/Mark-NC001/TabbedPageScrollViewIssue/tree/main
Version with bug
8.0.82 SR8.2
Is this a regression from previous behavior?
Yes, this used to work in Xamarin.Forms
Last version that worked well
Unknown/Other
Affected platforms
Windows, I was not able test on other platforms
Affected platform versions
Windows 10.0.19041.0
Did you find any workaround?
No response
Relevant log output