Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

In .NET MAUI, you can adjust the padding of a button to occupy 25% of the screen using the following code:

<Button Padding="0,0,0,0" WidthRequest="25%"/>

This sets the padding of the button to 0 on all sides and also sets its width request to 25% of the screen.