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 Control Behaviour Broken #20416

Closed
dazlab opened this issue Feb 7, 2024 · 2 comments
Closed

ListView Control Behaviour Broken #20416

dazlab opened this issue Feb 7, 2024 · 2 comments
Labels
area-controls-listview ListView and TableView platform/android 🤖 t/bug Something isn't working

Comments

@dazlab
Copy link

dazlab commented Feb 7, 2024

Description

The ListView control only works as expected when scrolling all the way to the bottom of the list and then selecting items from bottom to top - the opposite of what you'd expect. If you select an item at the top of the list, it appears to sort the items and changes the top 3 entries and provides no visual feedback when selecting.

Steps to Reproduce

  1. Create a basic MAUI project with XAML containing a ListView.
  2. Bind some properties of a ViewModel class to the ListView.
  3. Deploy to Android (either emulated or physical device, behaviour is consistent on both)
  4. Click the 1st item in the list.
  5. Scroll to the bottom of the list, or choose the last item.
  6. Observe that it works bottom up, but not top down.

Link to public reproduction project repository

No response

Version with bug

7.0.101

Is this a regression from previous behavior?

No, this is something new

Last version that worked well

Unknown/Other

Affected platforms

Android

Affected platform versions

Android 11, 12, 13

Did you find any workaround?

No.

Relevant log output

No response

@dazlab dazlab added the t/bug Something isn't working label Feb 7, 2024
@PureWeen PureWeen added the s/try-latest-version Please try to reproduce the potential issue on the latest public version label Feb 8, 2024
@ghost
Copy link

ghost commented Feb 8, 2024

Hi @dazlab. We have added the "s/try-latest-version" label to this issue, which indicates that we'd like you to try and reproduce this issue on the latest available public version. This can happen because we think that this issue was fixed in a version that has just been released, or the information provided by you indicates that you might be working with an older version.

You can install the latest version by installing the latest Visual Studio (Preview) with the .NET MAUI workload installed. If the issue still persists, please let us know with any additional details and ideally a reproduction project provided through a GitHub repository.

This issue will be closed automatically in 7 days if we do not hear back from you by then - please feel free to re-open it if you come back to this issue after that time.

@dazlab
Copy link
Author

dazlab commented Feb 12, 2024

Having updated the project to .NET 8, I can now see the ListView control is working correctly, and that the bug has been resolved.

@dazlab dazlab closed this as completed Feb 12, 2024
@ghost ghost removed the s/try-latest-version Please try to reproduce the potential issue on the latest public version label Feb 12, 2024
@github-actions github-actions bot locked and limited conversation to collaborators Mar 15, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-controls-listview ListView and TableView platform/android 🤖 t/bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants