Miglio
Miglio

Reputation: 43

Xamarin Forms MasterDetailPage button padding issue in UWP

I'm currently learning Xamarin Forms and I have a small graphic issue. I have to fit the height of all the buttons to 100% (based on Navigation bar). Actually Xamarin cut some pixels in the bottom for the hamburger icon and the "three dots" icon is not set to 100% height.

I'm using the default template Master-Detail installed by Visual Studio, the issue it can be reproduced by creating the Master-Detail template in your app

Click here to see the example

Upvotes: 3

Views: 389

Answers (1)

Nico Zhu
Nico Zhu

Reputation: 32775

I could reproduce your issue, The problem occurs in UWP 17763 target version. It looks like a bug. I will report this. Currently, you could set your UWP target version as 17134 to avoid this behavior.

This is bug report link.

Upvotes: 3

Related Questions