Android Question xCLV and stretched panels

Brian Dean

Well-Known Member
Licensed User
Longtime User
I am using a CustomListView (1.72) for the first time and have run into the problem described in this post; that is, the list entries stretch when collapsing which looks awful.

I don't understand Erel's reply to that post. It appears to say "That is how xCLV works now; if you want something different then use a down-level version." Of course I can use version 1.65 which comes with the old demo and appears to work "properly", but I cannot believe that that is the right way to go - it obviously lacks some other useful features. So, before I start to rewrite the project - Am I missing something?
 

Mahares

Expert
Licensed User
Longtime User
m I missing something?
You need to use the newer class: CLVExpandable. There is no stretching
 
Upvote 0
Top