You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using the "https://components.xamarin.com/view/sidebarnavigation",in my iOS App.
Can I have the both left and right menu's in the SidebarController,
I think it is not possible with control itself,as it is a enum.
Or Please mention what customisations required to make the sidebar to support the both left and right menus.
Thanks in advance.
The text was updated successfully, but these errors were encountered:
You should be able to nest the navigation menus. Create one and set it's content view to your content view controller. Then create a second one and set its content to the first navigation menu. Just set one to open from left and the other to open from the right.
Hi ,
I am using the "https://components.xamarin.com/view/sidebarnavigation",in my iOS App.
Can I have the both left and right menu's in the SidebarController,
I think it is not possible with control itself,as it is a enum.
Or Please mention what customisations required to make the sidebar to support the both left and right menus.
Thanks in advance.
The text was updated successfully, but these errors were encountered: