how to set background image(xaml page) in grid using xamrin.forms in gridview.
Following code gives error in my xamarin.forms
<Grid.Background>
ImageBrush x:Name="ProductImages" Stretch="Fill" ImageSource="Group1.png">
↧
background image for grid in xaml page
↧