From the course: Xamarin.Forms Essential Training

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Use ScrollView

Use ScrollView - Xamarin Tutorial

From the course: Xamarin.Forms Essential Training

Start my 1-month free trial

Use ScrollView

- We saw in that last example that our product detail page isn't rendering, or working, quite like we want it to on all devices. And that provides two important pieces of information. One, you should test on different devices and different orientations and screen sizes to make sure that your rendering is going to work. You can use that previewer, but emulators and devices are ultimately the best way to test that. And the other is, we now get a chance to see the scroll view in action. So on our product detail, we had a stack layout and that didn't really provide the scrolling we wanted, so we're going to go to a scroll view of the horizontal options to fill and expand. We'll do the same thing with the vertical options. We can also set an orientation for this. I'll set that to vertical. And now this closing scroll view doesn't quite work here 'cause now we've got multiple things in our content, so we go down below the stack…

Contents