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

[Android / Windows] Fixed ListView.HasUnevenRows property run time changes #26882

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

NirmalKumarYuvaraj
Copy link
Contributor

Issue Details

Modifying ListView.HasUnevenRows has no effect on UI.

Root Cause

Runtime support for this property has not been implemented.

Description of Change

Android - Added support for the ListView.HasUnevenRows property using a property-changed callback to force update the cell size.

Windows - Reset the item source to refresh the ListView.

Validated the behaviour in the following platforms

  • Android
  • Windows
  • iOS
  • Mac

Issues Fixed

Fixes #26780

Output

Before After
Before.Android.mov
After.Android.mov
Before.WIndows.mp4
After.windows.mp4

@dotnet-policy-service dotnet-policy-service bot added the community ✨ Community Contribution label Dec 31, 2024
Copy link
Contributor

Hey there @NirmalKumarYuvaraj! 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 Dec 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
community ✨ Community Contribution partner/syncfusion Issues / PR's with Syncfusion collaboration
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ListView.HasUnevenRows Property Changes Not Reflected in UI on Android and Windows Platforms
2 participants