Is there a way to select ListView items just by scrolling?

I would like to select items from a ListView automatically. Just by moving the mouse wheel.

The idea is that it is automatically selected when the element is right in the middle of the screen.

At the moment I have only managed to select by clicking on the element. But that is not useful for my idea.

If anyone knows how to do it, I would appreciate it if you could tell me how to do it.

Otherwise, if anyone knows that this cannot be done using listview with 100% certainty, I would also appreciate it if you could let me know about it.

Thank you so much

1 Like

I think I can simulate the behavior I’m looking for using these functions.

I just need the selected item to be exactly in the middle of the screen

Any help in doing this is welcome.

Thank you so much!!


EDITED:


Ok, i got it!!

This function is the key…

0

I think i can simulate what i want now!! :slight_smile:

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.