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.
Learn more about ScrollView: https://on.unity.com/ScrollView
Learn more about ListViews: https://on.unity.com/ListView
Download the QuizU sample project: https://on.unity.com/QuizUSample
[0:00] Introduction
[0:21] ScrollView demo
[1:21] ScrollView settings
[3:32] Styling ScrollViews
[4:35] Wrap-up
_______________
Stay connected with us:
Games Twitter/X: https://x.com/unitygames
Instagram: https://www.instagram.com/unitytechnologies/
Discord: https://discord.com/invite/unity
Discussions: https://discussions.unity.com/
LinkedIn: https://www.linkedin.com/company/unity/
Facebook: https://www.facebook.com/unity3d.in/
Bluesky: https://bsky.app/profile/unity.com
Company Twitter/X: https://x.com/unity
#Unity #UIToolkit #ScrollViews