iOS Question [Solved] Problem with adjusting the height of xCustomListView items

Timm Sodtalbers

Member
Licensed User
Longtime User
Hi!
I use the MeasureMultilineTextHeight function by Alexander Stolte to dynamically adjust the height of CLV items.
Measuring works and I have different item sizes after creating xCustomListView.
But adjusting the height of labels within the CLV items has no effect.
It works using B4A but not with B4i.

This is how it looks now:

clv.png


You will find an example project attached.
 

Attachments

  • Test.zip
    23.7 KB · Views: 151
Last edited:
Top