I'm new to xamarin forms and xaml and i want try to reproduce this layout in xaml
A scrollable view with an image, then a description and, fixed on bottom, a button (that not scroll with the view)
How can i achieve this layout in xamarin forms? I must use StackLayout or Grid?
Thanks