private void PageToChapter(int chapter) { this.SetCanPage(chapter); string next = Formatters.ChangeChapter(this.selectedKey, chapter); next = Formatters.ChangeVerse(next, 1); this.selectedKey = next; this.SetChapter(next); this.uxVerseGridScroll.ScrollToTop(); }