I have just started my trial with Xamarin. I would like to create a simple page with three rows that have the following requirements:
1. First row should be anchored to top and will contains an image with fixed width and height
2. Second row should contains simple text. This row will expand to occupy all the space available vertically
3. third row will contains a couple of buttons which will be stacked vertically and are horizontally centered. This row is anchored to bottom
I would like to create this kind of page in code, so I have sub classed Content page and created a Stacked Layout with content. However I quicly got stuck with vertical options
Any help on how to start with?