历史版本索引: EnhancedScroller 2.29.1 EnhancedScroller 2.30.2 EnhancedScroller 2.31.1
EnhancedScroller virtualizes your data and displays only the required elements. Bring thousands of lines to several UI elements to display, speed up processing and save memory. Objects will not be destroyed, so your platform does not need to collect garbage. Best of all, it can be used on the built-in UI system components of Unity.
Lists are data-driven and dynamically created, so you don't have to set them at design time. The scroller doesn't need to be aware of the data or view presentation, just focus on managing your list to achieve a real MVC experience. The optional loop allows you to display an unlimited list of data. Each unit can have its own size or use one size. The optional alignment feature allows you to lock the unit in a specific position. The space filling function simplifies the transition between jumping and alignment, bringing a smooth user experience.
Function:
*Dynamic, data-driven list
*MVC framework to maintain the necessary separation
*Efficient recycling of list items
*Optional infinite loop
*Support multiple list item size or global size
*List items can be completely customized to meet your project needs
*Optional alignment function to lock your scroller
*Space filling function to simplify jumping and alignment
*Demos, tutorials, and full C # code are included.