Xamarin Grid Background Image

[Solved] Xamarin Grid Background Image | Scala - Code Explorer | yomemimo.com
Question : xamarin grid background image

Answered by : abdelrhman-sayed

<Grid> <Image HorizontalOptions="FillAndExpand" VerticalOptions="FillAndExpand" Aspect="AspectFill" Source="" Grid.Row="6" Grid.Column="4" Grid.RowSpan="2" Grid.ColumnSpan="2"/> <!-- My other properties here code here--> </Grid>

Source : https://stackoverflow.com/questions/41221355/how-to-insert-a-background-image-in-a-grid-of-xamarin-forms-pcl | Last Update : Sat, 21 May 22

Answers related to xamarin grid background image

Code Explorer Popular Question For Scala