Multiple choice technology platforms and products

_____ is a container that provides scrolling for its contents

  1. ScrollView

  2. ListView

  3. Both, a & b above

  4. None of above

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

ScrollView is a container layout that provides scrolling functionality for its child content, allowing users to view content that exceeds the visible screen area. Option B (ListView) is a specialized view for displaying scrollable lists of data, but it's not the general-purpose container the question asks about. Option C is incorrect because while ListView does scroll, ScrollView is the fundamental container class specifically designed to add scrolling to any content.