Xamarin.Forms: Remove padding inside Button

前端 未结 4 846
无人及你
无人及你 2021-02-13 07:12

I want to have a small button. The height of the button is 30. On some plattforms (Android, UWP) the text inside the button is cut off. That\'s because there is a padding betwee

4条回答
  •  萌比男神i
    2021-02-13 07:26

    Maybe you can play with the FontSize in order to fit the button HeightRequest, unless that you need to create a custom renderer to set the padding.

提交回复
热议问题