A quick question:
In ListView I use this code:
ListView
list.addHeaderView(headerView);
How to deal with it when working on
Why don't you change the appearance of the cells for the first rows? if you know how many columns you have, you know how many items will appear in the header = number of columns.It works for me