@JohnHardman I have just changed some code to fix that issue, Please implement it in your renderer
Make this code out of table null check
var childRect = new RectangleF((float)View.Bounds.Width -… (View Post)
I found the solution as, I created a custom PageRenderer class.
public class RightToolbarMenuCustomRenderer : PageRenderer
{
//I used UITableView for showing the menulist of secondary toolbar … (View Post)
@sismail What do you want to do, as without toolbar item why are you using empty
And also if you are adding dynamic items to it then without any command, it will not perform any action.
S… (View Post)
@sismail I think you are missing this
**[assembly: Xamarin.Forms.ExportRenderer(typeof(ContentPage), typeof(RightToolbarMenuCustomRenderer))]** namespace Test { public class RightToolbarMenuCustom… (View Post)