Michael Klement

Results 3 comments of Michael Klement

> I haven't tested this but what happens if you remove the ContentView root element and replace it with your inner Grid? @bijington You mean like this? ```xaml ``` Still...

> Does this help [@mklement-ps](https://github.com/mklement-ps) ? @rokmeglic71 No, unfortunately not. As you can see, the whole grid is not filling all available space, as it usually does. So the column...

> I think `ColumnDefinitions="*"` should be `RowDefinitions="*" `as we are using `"Grid.Row="0" `[@mklement-ps](https://github.com/mklement-ps) . Well, it's implicitly also on `Grid.Column="0"`, so it doesn't really make a difference. Just tried it...