Gmail like navigation drawer (master page) in xamarin.forms

前端 未结 2 868
不知归路
不知归路 2021-01-22 12:34

I am currently using the master-detail page in xamarin.forms using MVVMlight and it renders based on the default behavior of os it renders perfectly what I wanted but in android

2条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2021-01-22 13:29

    Yes you can. Check these links. They all use the MasterDetail page to create a Navigation Drawer. Only the Detail page becomes the main page view and the Master page becomes the sliding Menu. It is actually fairly simple. There are a couple of other good example out there also. However I think you can get the job done from the 3 links I listed. If not try a Search like How can I create a Navigation Drawer in Xamarin Forms.

    http://www.meritsolutions.com/mobile-development/implementing-navigation-drawer-in-xamarinforms/

    https://www.syntaxismyui.com/xamarin-forms-masterdetail-page-navigation-recipe/

    http://blog.falafel.com/xamarin-creating-a-sliding-tray/

提交回复
热议问题