I use a 2 lines ListView to display the content. How to make second line display full text? I try below code but it doesn't work:
this code doesn't work too:
B4X:
ListView1.TwoLinesLayout.ItemHeight = 100%y
this code doesn't work too:
B4X:
ContentLabel = ListView1.TwoLinesLayout.SecondLabel
ContentLabel.Height = 100%y