Skip to content

How to prevent scrolling beyond the last line? #533

Closed Answered by Denis535
Denis535 asked this question in Q&A
Discussion options

You must be logged in to vote

One can compare LastVisibleLine.End.Position and TextSnapshot.Length.

if (view.TextViewLines.LastVisibleLine.End.Position < view.TextSnapshot.Length) {
    // continue scrolling
}

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Denis535
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant