In Android Native axml, we have a view which have Weight = 1. By doing so, the view will expand itself to fill the remaining of the screen.
Currently im coding the layout into my cs file.
How do i do it in Xamarin.Forms using Stacklayout or RelativeLayout ?
↧
How to autoFill the rest of the screen
↧