I read book Xamarin Forms and there is example.
ScrollView scrollView = new ScrollView
{
Content = textStack,
VerticalOptions = LayoutOptions.FillAndExpand,
Padding = new Thickness(5, 0),
};
But ScrollView doesn't have property Padding. So what does this mean?