UWP 026 | Working with the ScrollViewer

861
0

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/…

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

Previous articleUWP 025 | Common XAML Controls: Part 2
Next articleUWP 027 | Canvas and Shapes