|
It seems that on a 3-row grid, the application bar takes double the space than it should.
The grid row configuration it is the following:
<RowDefinition Height="Auto" />
<RowDefinition Height="*" />
<RowDefinition Height="Auto" /> <!-- This is the AppBar container -->
The AppBar shows up just if it were expanded by clicking the elipsis, but it's not... this area shows blank taking up extra space.
Any suggestions?
Thanks.
|