Open ninachen03 opened 5 months ago
Hi I'm an AI powered bot that finds similar issues based off the issue title.
Please view the issues below to see if they solve your problem, and if the issue describes your problem please consider closing this one and thumbs upping the other issue to help us prioritize it. Thank you!
ScrollView
(#15953), similarity score: 0.74Note: You can give me feedback by thumbs upping or thumbs downing this comment.
when you resized the window, it was apparent that the scrollable control got resized up to a certain point where it stopped getting smaller. so the issue here might be that some control has some hardcoded width set up from somewhere, which is stretching the page offscreen when you make the window very narrow, and not that the "scroll bar" isn't fully displayed.
Description
When the window is reduced to a certain extent, the end of the scroll bar is not fully displayed
Steps to Reproduce
Actual result: The end of the scroll bar is not fully displayed
Expected results: The scroll bar can be fully displayed and can be dragged to the right
Link to public reproduction project repository
https://github.com/rachelkang/recipeSearch
Version with bug
Microsoft.Maui.Controls 8.0.60-ci.net8.24309.1
Is this a regression from previous behavior?
Not a regression, The issue also repro on 8.0.40 & 8.0.20 & 8.0.3
Affected platforms
Windows