Hi moderators, Did this post get blocked?
Regards, Johan On Wed, Sep 28, 2011 at 10:02 PM, Mobil Tester <[email protected]> wrote: > Hello, > > I have a TableView that gets truncated, if it is larger than the > screen. Most of the time, it is small enough to be shown on the > screen, but in case it gets too big, I would like to be able to scroll > vertically and horizontally. > How do I do that? > > At one point, I tried to put the TableView inside a GridView (which > should be scrollable both horizontally and vertically, right?) But it > was crashing, so I abandonned that path. > > I also tried to put the TableView inside a ScrollView, and that worked > fined, except that ScrollView only supports vertical scroll. > > If I can't get this to work, I will make LinearLayouts inside another > LinearLayout, where I set one to have orientation vertical and the > other to be horizontal. But the drawback of this solution is that the > embedded LinearLayouts only scrolls independently. > > Regards, > Johan > -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

