I have searched and searched to find an answer to how to add a vertical (or horizontal) scrollbar to a TextView without having to use the XML just to add the line: android:scrollbars="vertical".
There has to be a way to do this programmatically that doesn't require sticking this within another ScrollView.
I've just found out how and because I am way to excited about this and want to help anyone else who is stuck with the same question, here it is: