Listview two lines size

padvou

Active Member
Licensed User
Longtime User
Hello,
I'm using a listview control which is populated with a cursor and the addtwolines2 command, (not with dbutils).
How can i choose the size of fonts of the first line and those of the second line?
My listview somehow has the firstline with smaller fonts than the second!
Thank you
 

JonPM

Well-Known Member
Licensed User
Longtime User
B4X:
lv.TwoLinesLayout.Label.TextSize = 20
lv.TwoLinesLayout.SecondLabel.TextSize = 16
 
Upvote 0
Top