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
close icon

Missing method: ToggleDrawer();

Hey,

Well same for here the SfNavigationDrawer package is missing the ToggleDrawer() method.


    public partial class Test : ContentPage
    {
        
        ObservableCollection<String> list = new ObservableCollection<string>();
        SfNavigationDrawer navigationDrawer = new SfNavigationDrawer();
        public Test()
        {
            InitializeComponent();
           
            list.Add("Home");
            list.Add("Profile");
            list.Add("Inbox");
            list.Add("Outbox");
            list.Add("Sent");
            list.Add("Draft");
            listView.ItemsSource = list;
            btn.Clicked += (sender, e) =>
            {
                navigationDrawer.ToggleDrawer();
            };
        }

it does not reconize the method.


Link to image 

5 Replies

CP Chozarajan Pandiyarajan Syncfusion Team October 7, 2016 09:28 AM UTC

Hi Luuk,

Thanks for contacting Syncfusion support.

Please follow up the incident created under your account for further information

Regards,
Chozarajan P


LU Luuk October 7, 2016 09:41 AM UTC

Hey,

And how do I do this? I have already created a issue and still waiting for a reply on that


CP Chozarajan Pandiyarajan Syncfusion Team October 7, 2016 01:11 PM UTC

Hi Luuk,

Sorry about the inconvenience.

The ’ToggleDrawer’ method has been implemented and it will be available from our upcoming 2016 Volume 3 service pack1 . By mistake this code has been published to user guide documents in advance and currently we are modifying the ug documents.

Regards,
Chozarajan P


LU Luuk October 7, 2016 01:50 PM UTC

Hey,

I have updated my last issue report with some additional bugs I have found with the drawer. For example setting the navigationdrawer.contentview with a listview shown in the example on the website will cause a null exception sadly


PK Pavendhan Kumar Syncfusion Team October 10, 2016 12:30 PM UTC

Hi Luuk,

Thank you for your update.

Please followup the incident created under your account for more details regarding the issue you have reported.

Regards,
Pavendhan K.

Loader.
Live Chat Icon For mobile
Up arrow icon