Quantcast
Channel: Xamarin.Forms — Xamarin Community Forums
Viewing all articles
Browse latest Browse all 89864

ScrollView doesn't have property Padding

$
0
0

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?

Viewing all articles
Browse latest Browse all 89864

Trending Articles