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
}
}
};`