NobsterTheLobster / Xamarin.Forms.GridView

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

The BindableProperty Width is readonly #40

Open Deery5000 opened 4 years ago

Deery5000 commented 4 years ago

Hi,

I love the control however i get issues at times with "The BindableProperty Width / Height is readonly". Im not sure what the control is doing in the back end with Height and Width but it causes the form to crash. I dont have any dynamic values set to height and width.

Alternatively, if i comment the code out in the xaml , run the form and then remove the comments everything loads

Any idea what this could be ?