Пример #1
0
 private void OnScrollComplete(object source, Scrollable.CompletedEventArgs e)
 {
     // move focus to 1st item of new page
     mScrolling = false;
     mCurPage   = mScrollView.GetCurrentPage();
 }
Пример #2
0
 private void OnScrollComplete(object source, Scrollable.CompletedEventArgs e)
 {
     // move focus to 1st item of new page
     mScrolling = false;
     //FocusManager.Instance.SetCurrentFocusView(mPages[mScrollView.GetCurrentPage()].GetChildAt(0));
 }