MAUI - Content page problem

1 Answer 145 Views
General Discussions
Daniel
Top achievements
Rank 1
Silver
Bronze
Daniel asked on 06 Mar 2022, 02:09 PM

Hi,

When I  use this code:

App.Current.MainPage = new NavigationPage(new MainPage());

I get space the blue one.

When I I do np space

 public App()
        {
            InitializeComponent();

            MainPage = new MainPage();
        }

1 Answer, 1 is accepted

Sort by
0
Lance | Manager Technical Support
Telerik team
answered on 07 Mar 2022, 02:02 PM

Hello Daniel,

ContentPage is not a Telerik UI for MAUI component, it is a Microsoft component that is a part of .NET MAUI.

The Telerik forums are unable to assist you with Microsoft control issues. For help with this, you can go to Microsoft Q&A or StackOverflow.

Regards,
Lance | Manager Technical Support
Progress Telerik

Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.

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