I'd like to change it at run-time. I'm working on a "choose the right answear" so: for the first question I'd like to highlight the correct answear and, then, go to second question, I'd like to reset going back to plain text and, again, highlight the right anwear and, then, go to third question and so go on.
Maybe it's more simple, use one clv for one answear?
Private Sub B4XPage_Created (Root1 As B4XView)
'...[other code]...
clv1.DesignerLabel.Style = ""
clv2.DesignerLabel.Style = ""
'...[other code]...
End Sub
to change only one item. I think is correct, doesn't it?
Here attached my example.
I've a question about the reset panel height in CLV and why does work properly neither with plain text nor with bold text but I think I should open a new thread about that.