NobsterTheLobster / Xamarin.Forms.GridView

GridView for xamarin forms
MIT License
60 stars 10 forks source link

drawable statelist_item_background.xml causes griditems to vanish #20

Closed RagBuster closed 6 years ago

RagBuster commented 6 years ago

I added the drawable statelist_item_background.xml used in the repo to the drawable folder but after doing this I now do not see any grid items render. Any ideas?

NobsterTheLobster commented 6 years ago

If its exact one from the repo then I've no idea. It works fine for me. Make sure your on the latest Xamarin forms stable.

RagBuster commented 6 years ago

Latest Xamarin forms already installed, I will continue investigation.

RagBuster commented 6 years ago

Found a fix, I failed to supply a rowheight parameter which has now fixed it.