How Can I force TextField to show a specific part of text on it, when its having multiple lines? Now it seems to show just last line always without user interaction
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Check out the scrollV property. Set it to zero and your text should scroll back up to show the start of the text, set it to maxScrollV to show the last line or set it to any value inbetween those two to show a line of your choice.