Vektor88
Vektor88

Reputation: 4920

Horizontally scrollable Listview

My application uses a ListView to browse some text (source code).

I don't like that when the line is longer than the available space it automatically starts a new line like in the image, at line 312. Is there any way to set the layout so that horizontal scrolling is enabled?

Upvotes: 0

Views: 803

Answers (1)

Dushyant Patel
Dushyant Patel

Reputation: 685

A few links to help you out:

  1. TableFixHeaders - Android library that implements a table with fixed headers
  2. Android Horizontal ListView - a drop-in replacement for a standard ListView

Upvotes: 1

Related Questions