Hello,
Is there any way to disable the scaling on app level/platform level ?
Because applications are at a lower level than the platform and system, you cannot disable scaling in applications. A feature that can limit system functionality is dangerous to the user of the application.
In Maui, if you want to avoid the situation where the control cannot be fully displayed, you should use Grid's ability to dynamically control the size of the control through proportion to reconstruct the page.
The .NET Multi-platform App UI (.NET MAUI) Grid, is a layout that organizes its children into rows and columns, which can have proportional or absolute sizes. By default, a Grid contains one row and one column. In addition, a Grid can be used as a parent layout that contains other child layouts.
Please refer to the following documentation for more details.
- Grid.
Best Regards,
Alec Liu.
If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.