Welcome to the Angular feedback portal. We’re happy you’re here! If you have feedback on how to improve the Angular, we’d love to hear it!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

1
Vote

In Listview, with UI virtualization enabled the entire List View content will be re-rendered while adding the list items dynamically using the addItems public method. The UI will continue to re-render on adding the list items until expected list item count has been made available in the DOM for virtual scrolling.

We need to change this behavior for UI virtualization and we need restrict the re-rendering while adding list items to the List View and also need to ensure this behavior in all the use cases.