Skip to content

Add way to use virtualization with list controls #215

@MasonBergstrom

Description

@MasonBergstrom

Summary

There should be a way to virtualize lists so items that aren't visible can be realized at a later time.

Motivation

Rendering a ListView with many items can take a long time preventing smooth transitions. React Native has VirtualizedList for virtualization, and Xaml supports virtualization on ListView by default, so we should have a way to do it with React Native Xaml.

Basic Example

No response

Open Questions

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions