Thank you for your answer. First of all, I must say that I had to put "expert" into quotes, because he's not a SAP consultant, but a workmate that has a lot of experience with SAP :D That s… (View Post)
I'm not really sure what I did. A year has passed and I did a lot of coding and corrections. Something I learned is that, sometimes, it was my fault for using a List instead of ObservableCollection, … (View Post)
Without trying , probably I'm saying something stupid, but if you put your listview inside a grid cell and adjust its size smaller than the ListView, I think Xamarin will make that cell scrollable, e… (View Post)
Ok, I went back to the original idea of having a custom ViewCell. I was able to add the main page BindingContext to the custom ViewCells. I created a bindable property using this: https://forums.xama… (View Post)
I don't know if it will help you (because I'm still pretty noob with Xamarin), but in a test I did, I used something like "onSizeAllocated" or something like that, I check if screen width i… (View Post)