Scroll not working when placing custom layout in a Scroll view. #21315
Replies: 6 comments 3 replies
|
@MohamedHasan3644 I don't quite follow your use case here. If you're adding a PanGestureRecognizer that would seem to undo scrolling. |
|
Hi @PureWeen is there any ways to achieve the scroll of the scroll view while pan gesture recognizer is added to the custom layout. |
|
Hi @MohamedHasan3644. We have added the "s/try-latest-version" label to this issue, which indicates that we'd like you to try and reproduce this issue on the latest available public version. This can happen because we think that this issue was fixed in a version that has just been released, or the information provided by you indicates that you might be working with an older version. You can install the latest version by installing the latest Visual Studio (Preview) with the .NET MAUI workload installed. If the issue still persists, please let us know with any additional details and ideally a reproduction project provided through a GitHub repository. This issue will be closed automatically in 7 days if we do not hear back from you by then - please feel free to re-open it if you come back to this issue after that time. |
I'm still not clear on your overall use case. |
|
Hi team, Following up - are there any updates or progress on this issue? |

Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Description
I have created the custom layout and added it inside the scroll view while tapped and panning outside the custom layout the scrolling occurs, but while tapped and panning inside the custom layout scrolling does not occurs.
Below I have attached the code snippet to reproduce the issue.
This issue is only on Windows, Mac and IOS
Output:
Screen.Recording.2024-03-18.at.6.05.34.PM.mov
Steps to Reproduce
Link to public reproduction project repository
ScrollingCheck7.zip
Version with bug
Unknown/Other
Is this a regression from previous behavior?
No, this is something new
Last version that worked well
Unknown/Other
Affected platforms
iOS, Windows, macOS
Affected platform versions
IOS 16.2, Windows 10.0.19045
All reactions