Skip to content

New Virtual Scroll component #17607

Description

@viktorkombov

Component / Area

New Component

Is your feature request related to a problem?

igxForOf requires developers to wire a separate scroll container, helper elements, and container sizing manually.

Describe the solution you'd like

Expose a new Virtualization component for horizontal and vertical scrolling and deprecate igxForOf.

The new component should provide:

  • A self-contained viewport
  • Signals-first reactive model
  • View pooling
  • ChangeDetectionStrategy.OnPush
  • Better DX for remote/infinite scrolling
  • No auxiliary helper components in the DOM
  • Typed template context

Proposed API or Usage

Describe alternatives you've considered

No response

How important is this feature to you?

Nice to have

Additional context

No response

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions