listview

Cor

Active Member
Licensed User
Longtime User
why does not the first item show up

using default listview in designer

what is always needed to show 2 lines?


B4X:
 listViewSimCard.AddTwoLines("IMEI",phone1.GetDeviceId)
 listViewSimCard.AddTwoLines("SimCard Serial",phone1.GetSimSerialNumber)
 

Cor

Active Member
Licensed User
Longtime User
seems that if i use a white background for listview

only the second label show automatically black

Now i have to change the first label to textcolor black

B4X:
listViewSimCard.TwoLinesLayout.Label.TextColor=Colors.Black
 
Upvote 0

Cor

Active Member
Licensed User
Longtime User
listview white background, scrolling

when i have a white listview background, and i scroll then the
background automatically changes to black
 
Upvote 0
Top