> > How can one scroll a text to bottom when it's aligned to top? Could > you make some simple example of this behavior in Pivot? >
You could call scrollPane.setScrollTop() directly, but it might be easier to call textArea.scrollAreaToVisible(x, y, width, height). -T
