Hello,
In CustomListView, I would like that in each enrgistrement, the first line is in bold ("1ère ligne") and not the second ("2ème ligne").
Is it possible?
1ère ligne : Bold
2ème ligne : Not Bold
Thank you
In CustomListView, I would like that in each enrgistrement, the first line is in bold ("1ère ligne") and not the second ("2ème ligne").
Is it possible?
B4X:
sb.Append("1ère ligne ").Append(CRLF).Append("2ème ligne")
1ère ligne : Bold
2ème ligne : Not Bold
Thank you