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

ScrollView - scroll bar

$
0
0

Hi,
I´m beginner. I would like ask how move scroll bar. I have this code. Thank you

`var scrollView = new StackLayout {
Padding = new Thickness (20, 15, 20, 20),
Children =
{
new ScrollView () {
IsClippedToBounds = true,
Content = bothColumns

                }
            }
        };`

Viewing all articles
Browse latest Browse all 58056

Trending Articles