Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed scrolling issue on ProjectListPage #27005

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

Vignesh-SF3580
Copy link
Contributor

@Vignesh-SF3580 Vignesh-SF3580 commented Jan 8, 2025

Issue Detail

Scrolling is not working in ProjectListPage.

Root Cause

The ProjectList content was wrapped inside a Grid. Since the Grid layout does not support scrolling, any content exceeding the screen height was not accessible.

Description of Change

Replaced the VerticalStackLayout with a CollectionView in the ProjectListPage.

Tested the behaviour in the following platforms

  • Android
  • Windows
  • iOS
  • Mac

Issues Fixed

Fixes #26917

Screenshots

ios:

Before Issue Fix After Issue Fix
26917Before.mov
26917After.mov

Mac:

Before Issue Fix After Issue Fix
MacBefore.mov
MacAfter.mov

Android:

Before Issue Fix After Issue Fix
AndroidBefore.mov
AndroidAfter.mov

Windows:

Before Issue Fix After Issue Fix
WindowsBefore.mov
WindowsAfter1.mov

@dotnet-policy-service dotnet-policy-service bot added the community ✨ Community Contribution label Jan 8, 2025
Copy link
Contributor

Hey there @Vignesh-SF3580! Thank you so much for your PR! Someone from the team will get assigned to your PR shortly and we'll get it reviewed.

@karthikraja-arumugam karthikraja-arumugam added the partner/syncfusion Issues / PR's with Syncfusion collaboration label Jan 8, 2025
@Vignesh-SF3580
Copy link
Contributor Author

@dotnet-policy-service terminate

@Vignesh-SF3580
Copy link
Contributor Author

@dotnet-policy-service agree company="Syncfusion, Inc."

1 similar comment
@Vignesh-SF3580
Copy link
Contributor Author

@dotnet-policy-service agree company="Syncfusion, Inc."

@jfversluis jfversluis added the area-templates Project templates, Item Templates for Blazor and MAUI label Jan 9, 2025
@Vignesh-SF3580 Vignesh-SF3580 marked this pull request as ready for review January 9, 2025 10:54
@Vignesh-SF3580 Vignesh-SF3580 requested a review from a team as a code owner January 9, 2025 10:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-templates Project templates, Item Templates for Blazor and MAUI community ✨ Community Contribution partner/syncfusion Issues / PR's with Syncfusion collaboration
Projects
None yet
3 participants