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

ListView.HasUnevenRows Property Changes Not Reflected in UI on Android and Windows Platforms #26780

Open
nivetha-nagalingam opened this issue Dec 23, 2024 · 1 comment · May be fixed by #26882
Assignees
Labels
area-controls-listview ListView and TableView partner/syncfusion Issues / PR's with Syncfusion collaboration platform/android 🤖 platform/windows 🪟 s/triaged Issue has been reviewed s/verified Verified / Reproducible Issue ready for Engineering Triage t/bug Something isn't working
Milestone

Comments

@nivetha-nagalingam
Copy link
Contributor

Description

When toggling the HasUnevenRows property of a ListView at runtime, the UI does not update properly on Android and Windows platforms. While iOS and macOS correctly display the height changes immediately, Android and Windows fail to reflect these changes in the UI.
Note: While fixing this issue enable the Bugzilla56298 UITest from Bugzilla folder.

Screen.Recording.2024-12-23.at.3.13.55.AM.mov

Steps to Reproduce

  1. Bugzilla56298.zip
  2. Run the application
  3. Click the "Toggle Uneven Rows" button

Current Behavior:
Android:

  • No immediate UI update when toggling HasUnevenRows
  • Changes only partially visible after scrolling
  • All rows end up with the same height instead of alternating heights

Windows:
No UI update when toggling HasUnevenRows

Expected Behavior:

  • UI should immediately reflect the HasUnevenRows property change
  • Rows should maintain their assigned heights (50px/100px alternating pattern)

Link to public reproduction project repository

No response

Version with bug

9.0.21 SR2.1

Is this a regression from previous behavior?

Not sure, did not test other versions

Last version that worked well

Unknown/Other

Affected platforms

Android, Windows

Affected platform versions

Android 11 , Windows 10.0.19041.0

Did you find any workaround?

No response

Relevant log output

@nivetha-nagalingam nivetha-nagalingam added the t/bug Something isn't working label Dec 23, 2024
@vishnumenon2684 vishnumenon2684 added the partner/syncfusion Issues / PR's with Syncfusion collaboration label Dec 23, 2024
@RoiChen001
Copy link

RoiChen001 commented Dec 25, 2024

I can repro this issue at Android & Windows platform on the latest 17.13 preview 2.1(9.0.21 & 9.0.14 & 8.0.100).
MauiApp25.zip

@RoiChen001 RoiChen001 added s/verified Verified / Reproducible Issue ready for Engineering Triage s/triaged Issue has been reviewed platform/windows 🪟 platform/android 🤖 labels Dec 25, 2024
@PureWeen PureWeen added the area-controls-listview ListView and TableView label Dec 26, 2024
@PureWeen PureWeen added this to the Backlog milestone Dec 26, 2024
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 partner/syncfusion Issues / PR's with Syncfusion collaboration platform/android 🤖 platform/windows 🪟 s/triaged Issue has been reviewed s/verified Verified / Reproducible Issue ready for Engineering Triage t/bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants