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
Component / Area
New Component
Is your feature request related to a problem?
igxForOfrequires 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:
ChangeDetectionStrategy.OnPushProposed API or Usage
Describe alternatives you've considered
No response
How important is this feature to you?
Nice to have
Additional context
No response