chaosifier / TabView

TabView control for Xamarin.Forms.
MIT License
124 stars 32 forks source link

ContentHeight not fully filling #24

Closed kathibeepboop closed 5 years ago

kathibeepboop commented 5 years ago

Hello there,

when i dont set the "ContentHeight" Attribute, the view is not sized up to the full page, event withthe VerticalOptions Property set to "FillAndExpand". The full tab content is sized to 200 (Default value) and not dynamically sized up.

How to set the height Dynamicly inside a Grid with RowHeight = "*"?

kathibeepboop commented 5 years ago

Now im calculating the height manually in the code behind. A German would say: "Not the yellow from the egg, but it works."