Hi!
Im working on an app where i need to add some settings.
To do this i use the TableView control.
But when i use the Tableview control inside ContentPage (have tried with Stacklayouts and Grids) it creates a huge blank space below the tabelview on Android.
See image for reference.
I add a table section (which is styled a bit) to the tableview, and Textcell to that table section.
The tableview has a white background, while both the ContentPage and Stacklayout has a gray backgroundcolor like the Tablesection header style i made.
On iOS this looks great and just as i expect, but not on android.
Has anyone experienced something similar to this?
I dont think it has anything to do with the latest AppCompat update.
Im running Forms from the Stable channel.