Пример #1
0
        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();
        }
Пример #2
0
 protected override void InitializeCell()
 {
     InitializeComponent();
     ForegroundContent.ProcessGestureRecognizers();
 }