Hello,
I am trying to set up a SfNavigationDrawer view on my project.
Now I want to do it with my own UI, without creating the UI programmatically. So step by step, I replace the C# code of the tutorial to UI elements in my storyboard. I arrive at the moment where I have to add the button opening the side menu.
My element with the Name BigView can only have the Class SfNavigationDrawer (with an 'f' in lower case). If I try to use SFNavigationDrawer in the UI, the class in not recognize as a class from SyncFusion and Visual Studio create a new class for me.
Currently, my app crash when I click on the button "MenuBtn" (the little '+' in the UI). This throw this error:
Can someone explain me the difference between SFNavigationDrawer and SfNavigationDrawer ? And how to use NavigationDrawer with my custom UI created with storyboard?
Thank you in advance