Page 1 of 1

Scroll EditorGadget

Posted: Tue Jun 11, 2019 9:13 pm
by RobertRioja
Is there a way to programmatically scroll an EditorGadget? I have an Editor which has more lines of text than can be seen, so you have to scroll up and down. I want to have a button which will make the last line of text appear by scrolling it into view.
Thanks

Re: Scroll EditorGadget

Posted: Wed Jun 12, 2019 6:34 am
by Bisonte

Re: Scroll EditorGadget

Posted: Wed Jun 12, 2019 6:38 am
by Shardik
RobertRioja wrote:Is there a way to programmatically scroll an EditorGadget?
You may take a look into this cross-platform example (2nd example) which programmatically adds a line and keeps it visible.