In XAML Windows it is possible to hide a row or column in a GridLayout.
Is this possible with Xamarin.Forms?
So far I found out that I had to hide all controls inside an set height (for a row) to 0; but that's not a clean solution.
↧
How to hide a Row or Column in a grid layout?
↧