Master Detail Page on the right side using Xamarin.Forms

邮差的信 提交于 2019-12-04 03:13:04

This does not exists in the Xamarin.Forms controls set, but you can create your own, with renderers for each platform.

You'll find the required information on http://developer.xamarin.com/guides/cross-platform/xamarin-forms/custom-renderer/

Solution here

this is now supported in xamarin forms 3.0 and up, NO custom renderers needed !! or third party libraries.

the trick is to force the layout to RTL, while flow direction works, its hard to make the top nav bar to follow, below is the solution for that problem, it works... let me know if you face any issues on older ios versions IOS8 and less.

xamarin forms RTL master details page with icon RTL/LTR hamburger

You can make it by ToolbarItems in Xamarin Forms ToolbarItems will appear in right side.

You can find more info from the following links : http://codeworks.it/blog/?p=232

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!