dotnet / maui

.NET MAUI is the .NET Multi-platform App UI, a framework for building native device applications spanning mobile, tablet, and desktop.
https://dot.net/maui
MIT License
21.83k stars 1.67k forks source link

[MAUI]When the window is reduced the end of the scroll bar is not fully displayed #22993

Open ninachen03 opened 3 weeks ago

ninachen03 commented 3 weeks ago

Description

When the window is reduced to a certain extent, the end of the scroll bar is not fully displayed

Steps to Reproduce

  1. Deploy https://github.com/rachelkang/recipeSearch to windows machine
  2. Resized the window
  3. Observed the scroll bar.

Actual result: The end of the scroll bar is not fully displayed EN

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

github-actions[bot] commented 3 weeks 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!

Open similar issues:

Closed similar issues:

Note: You can give me feedback by thumbs upping or thumbs downing this comment.

MitchBomcanhao commented 3 weeks ago

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.