Customlistview multiple labels

m643

Member
Licensed User
Longtime User
Hi all,

I am using the custumlistview to get a list with an thumbnail and a label for each line. I used the example of erel "Download list of images with HttpUtils2 and CustomListView"

In this example, they using a specific listitem layout to show the imageview and the label. My question is how I can get more labels in a line or multiple text in a label, because I want more text in a line.
 

m643

Member
Licensed User
Longtime User
B4X:
Label1.Text = "First line" & CRLF & "Second line"
[code]
Is this what you are looking for?[/QUOTE]

Hi Erel,

This is exactly what I'm looking for. Is it also possible to style the first and second line, for example the first line in bold?
 
Upvote 0
Top