I have a find text function, and it would be nice to scroll so that the found text is on the SECOND line in a text field instead of the first. I can simply set the find point as the scroll position and scroll up one line, but that won't work if the found text is near the bottom of the field, and if the found text is on the last line it would scroll off. So what I need to know is if there is any easy way to determine if the set scroll location is not already on the first line if I set it there (setting it lower will cause the text field to have the last line at the bottom of the field, so I could just check).
