I have a list view with large number of items that don't fit into a page. The list was wrapped into a StackLayout, and there was no scrollbar and possibility to scroll items. Then I wrapped the list into a ScrollView - didn't help, I also tried wrapping StackLayout into a ScrollView - still no luck.
What is the right way of enabling scrollbar for a list? I am currently not using XAML, everything is defined in C# code.
Thanks in advance.