How do I prevent a TextView, or any visual object, from wrapping to the screen and instead have them chopped off the sides? Is there some XML attribute or code to do this or
Have you checked out android:scrollHorizontally. There is also a HorizontalScrollView if that doesn't work.