I have 2 ways of displaying ListView data. I have a class for each type of row. I do not create the rows in an xml layout. (Each row is derived from View and does custom drawing).
When I switch from 1 type of row to another how do I get the ListView to layout properly with the correct row heights, and refresh?
Is View.forceLayout() on the right track?
Thanks, Gerry