• Stars
    star
    327
  • Rank 128,120 (Top 3 %)
  • Language
    C#
  • Created almost 7 years ago
  • Updated over 6 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Optimizing the scroll list

ScrollList

Description

A sample project to demonstrate how items in a list can be reused so instead of populating the list with 50 items, only populate it with those that are visible and reuse them in a conveyor belt manner.

Scroll list