public SwipeListCell() { InitializeComponent(); MainLayout.OnLayoutChildren += MainLayout_OnLayoutChildren; //NOTE - I'm not sure how to expose a delegate method in xaml yet *blush* //need to fix that. ContentGesture.OnGestureShouldBeginDelegate = OnShouldBegin; ForegroundContent.ProcessGestureRecognizers(); }
protected override void InitializeCell() { InitializeComponent(); ForegroundContent.ProcessGestureRecognizers(); }