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

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

Conversation

NirmalKumarYuvaraj
Copy link
Contributor

@NirmalKumarYuvaraj NirmalKumarYuvaraj commented Dec 31, 2024

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

TestCase already present , So enabled for Android and windows platform

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
@karthikraja-arumugam karthikraja-arumugam added the partner/syncfusion Issues / PR's with Syncfusion collaboration label Dec 31, 2024
@jfversluis jfversluis added the area-controls-listview ListView and TableView label Jan 9, 2025
@jsuarezruiz
Copy link
Contributor

/azp run

Copy link

Azure Pipelines successfully started running 3 pipeline(s).

@NirmalKumarYuvaraj NirmalKumarYuvaraj marked this pull request as ready for review January 16, 2025 09:35
@NirmalKumarYuvaraj NirmalKumarYuvaraj requested a review from a team as a code owner January 16, 2025 09:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-controls-listview ListView and TableView 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
5 participants