Android Question Changing TextSize in ListView doesn't work !

DALB

Active Member
Licensed User
Hello,

Always tiny things but big worry regarding to areas

with this code

B4X:
lsvCartes.TwoLinesLayout.Label.TextSize=10

the textsize of the listview doesn't change whatever the textsize can be.

How to solve this ?

Thank you
 

Sagenut

Expert
Licensed User
Longtime User
Try to call
B4X:
lsvCartes.Invalidate
 
Upvote 0

DonManfred

Expert
Licensed User
Longtime User
Load the layout with the listview, change the different layouts, insert the items. Should work

You can NOT define different sizes for different items. You can only create one Layout for all oneline Items, one layout for twoline items, ...

Use xclv, here you have full control.
 
Upvote 0
Top