From the course: .NET MAUI Essential Training

Unlock the full course today

Join today to access over 24,600 courses taught by industry experts.

Challenge: Add a collection view

Challenge: Add a collection view - .NET MAUI Tutorial

From the course: .NET MAUI Essential Training

Challenge: Add a collection view

(upbeat music) - Let's start with the view. I'm going to go and cheat a little bit. Go to my regular intervals 'cuz I know I want to add this bit here. I'll go to staggered intervals and paste that in. Now, it's not the regular intervals model, it's the staggered intervals model. So I'll just add that there. And I want to use that regular intervals collection view as my starting point. So again, I can just copy, come in here and paste inside my vertical stack layout. Got the collection view. That binding still works, it's intervals. We can choose to use this layout if we want. We can change the different orientation if you want to do something different. And then of course here, we need to change this data type to staggered interval model. Just choose it from the list and we're going to change this binding to total duration. So that is the developer's way, copying, pasting and…

Contents