A project that uses Common UI and basic list views to show off how to properly use and structure them. The focus of this project is to demonstrate how to properly use List Views and support many use cases, such as focus handling, scrolling, and showing off different features List Views offer.
- List View: The main container for displaying many items of data. Handles virtualization and scrolling via a ScrollBox, where necessary
- List Item: A single instance of a
UObject, with data. You subclass aUObjectand populate with data - List Entry: A
UUserWidgetthat gets populated inside of aUListView