Telerik MAUI template in Full Screen

1 Answer 576 Views
General Discussions
Daniel
Top achievements
Rank 1
Silver
Bronze
Daniel asked on 16 Mar 2022, 03:11 PM

Hi,

I would like to know when I use Telerik MAUI template, how it can open in full screen ?

Thanks,

1 Answer, 1 is accepted

Sort by
0
Lance | Manager Technical Support
Telerik team
answered on 16 Mar 2022, 04:00 PM

Hi Daniel,

The Telerik UI for MAUI template uses a normal Microsoft .NET MAUI project and implements a Microsoft ContentPage. It is not a Telerik-specific control, so we don't have any resources to share with you for the platform-specific behaviors (the Telerik controls are the controls that are named "Rad", like RadDataGrid or RadButton).

Further Investigation

Full screen functionality is the responsibility of the underlying framework and how it handles that application type.

  • If you are targeting WinUI 3, then you'll need to look into how WinUI3 does full screen applications. You can find the WinUI 3 documentation here Windows UI Library (WinUI) 3 - Windows apps | Microsoft Docs
  • If you are targeting MacCatalyst, I'm afraid I'm not sure where to send you for documentation. You can ask Microsoft or the .NET MAUI community for that assistance as well.

If you would like further assistance with general .NET MAUI technology and how full-screen functionality:

Note: You will want to ask the question "How do I make a WinUI 3 application full screen?"

 Once you have an answer for that, you can then write platform-specific code in your .NET MAUI project. If you have never implemented platform-specific code before, here is the documentation .NET MAUI invoking platform code - .NET MAUI | Microsoft Docs.

Regards,
Lance | Manager Technical Support
Progress Telerik

Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.

Tags
General Discussions
Asked by
Daniel
Top achievements
Rank 1
Silver
Bronze
Answers by
Lance | Manager Technical Support
Telerik team
Share this question
or