Scroller Jumps to Start Position when Entry Control Gains Focus in VirtualizeListView

S GAIKWAD 231 Reputation points
2024-07-12T23:30:54.89+00:00

GitHub Source code URL : https://github.com/MPowerKit/VirtualizeListView.git

When using the VirtualizeListView component with Entry controls inside it, the scroller scrolls to the start position whenever an Entry control gains focus. This issue disrupts the user experience, especially in scenarios where users need to input data into multiple entries within a scrolled position in the list.

Steps to Reproduce:

Create a VirtualizeListView with multiple Entry controls as items.

Scroll down to any position in the list.

Focus on any Entry control by tapping on it.

Observe that the scroller jumps to the start position, causing the user to lose their place in the list.

Expected Behavior:

The scroller should maintain its current position when an Entry control gains focus, allowing users to continue inputting data without losing their place in the list.

Actual Behavior:

The scroller jumps to the start position whenever an Entry control gains focus, disrupting the user's input flow.

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,325 questions
.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,596 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,177 questions
0 comments No comments
{count} votes