Scrollviews

Tutorial

intermediate

+10XP

10m

Unity Technologies

Scrollviews

A ScrollView in UI Toolkit displays content that extends beyond the visible bounds of a container, allowing interfaces to support scrolling layouts and overflow content. This video covers the basics of creating scrollable content with ScrollViews, including common scrollbar troubleshooting scenarios. You’ll see how ScrollView handles overflow, why containers need defined bounds, and why scrollbars sometimes fail to appear. For larger data sets, consider using the more optimized ListView element.

1. UI Toolkit: Scrollviews

Complete this Tutorial