Hi Erel, my doubt is this:
I have a customlistview with different rows and each row I have a layout with different Height. like this little screenshot:
In this app I put something like this:
Case "layLayout1"
iHeight = 105dip
Case "layLayout2"
iHeight = 280dip
Case "layLayout3"
iHeight = 410dip
I understand this in unnecessary, is that right?
I can calculate the "height"of this layout to dimensioning the height of each row?
Whats the best practice to to that, without specifying size of each layout?
Thank you
Alberto Iglesias