- Home
- Forum
- Xamarin.Forms
- Missing method: ToggleDrawer();
Missing method: ToggleDrawer();
Hey,
Well same for here the SfNavigationDrawer package is missing the ToggleDrawer() method.
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();
};
}
SIGN IN To post a reply.
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
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
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
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
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.
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.
SIGN IN To post a reply.
- 5 Replies
- 3 Participants
-
LU Luuk
- Oct 6, 2016 04:25 PM UTC
- Oct 10, 2016 12:30 PM UTC