Hello, I am trying to create a ListView embedded in a ScrollView. My main issue is that I want this ListView to have cells that cover all of the page. So, each cell is a page long and a page wide. I am using Xamarin.Forms to develop an Android and an iOS app. I am also trying to make it so that each cell has a background image and a label in front of that image. How can I achieve this?
↧