Skip to content

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

@swapnilpopatgaikwad

Description

@swapnilpopatgaikwad

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:

  1. Create a VirtualizeListView with multiple Entry controls as items.
  2. Scroll down to any position in the list.
  3. Focus on any Entry control by tapping on it.
  4. 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions