After the 1.3 update, all my list views and tables are expanding taking up far more vertical room than the previous version of Xamarin.Forms.
Is there a way to instruct the list view and table view to only occupy a dynamic vertical height based on the number of rows in the view?
I'm assuming I can come close with multiple stack layouts, but I'd prefer something more standard if possible.