Episode

UWP-026 - Working with the ScrollViewer

With limited real estate in our app's Window, we must use the ScrollViewer to allow our users to scroll horizontally or vertically to see additional content on the current page. This video discusses how to use the ScrollView and shows a little "gotcha" when working with the StackPanel and the ScrollViewer together.

Lesson source code: https://github.com/Windows-Readiness/AbsoluteBeginnersWin10/tree/master/UWP-026/UWP-026

Full series source code: https://github.com/Windows-Readiness/AbsoluteBeginnersWin10

PDF: https://aka.ms/absBeginnerWin10pdf

Beginner