We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

code does not work


Good morning, I write the following code, but the calendar is not displayed on the page. Prompt, perhaps a hundred, what is the reason?

 public class CalendarNewPage : ContentPage
    {
         
        public CalendarNewPage()
        {

            Title = "Calendar";

            SfCalendar calendar = new SfCalendar();
            this.Content = calendar;
             
        }
    }

3 Replies

LA Lazaruk February 14, 2017 08:20 AM UTC

I found a bug.



LA Lazaruk February 14, 2017 09:00 AM UTC

How to implement it  calendar.NavigationEnabled=false; in Xamrin.Forms?


RK Rathana Kumar Sekar Syncfusion Team February 15, 2017 11:16 AM UTC

Hi Lazaruk,

Thanks for contacting Syncfusion Support.

In our current implementation, we don’t have a API named NavigationEnabled in SfCalendar. So, could you please provide your requirement for NavigationEnabled or the scenario you would like to achieve in Calendar. That will help to provide appropriate solution.

Regards,
Rathanakumar S.

Loader.
Up arrow icon