ScrollView
ScrollView
Displays scrollable content. Configure viewport size, alignment, and handle focus.
Example
Tip: Keep One Item Focused
Set .isInitialFocus(true)
on the first child and enable .canReceiveFocus(true)
so scrolling works well with remotes.