0

I tried the following question in this forum Adding Header in Listview

but the problem is same I've used a linearlayout having three textview as header to my multicolumn listview but the problem is that the columns do not align themselves under the header how can I give separate header to each column of multicolumn listview

or

Is there an open source implementation of multi column list available which supports column headers?? thanks in advance!!!

Community
  • 1
  • 1
Sourabh Saldi
  • 3,567
  • 6
  • 34
  • 57

1 Answers1

0

consider using ExpandableListView.

  • It provides a lot of convenience methods when you are dealing with 'sections' in listview.
Vinay W
  • 9,912
  • 8
  • 41
  • 47