I fill the customlistview with several texts using AddTextItem.
Now I put 2 buttons to increase and decrease the textsize.
This is the code from the buttons:
I get the change in text size only if I clear the CLV and reload the items.
Is possible to change (refresh) the text size of the items show in CLV without reload?
Thanks in advance for any help.
Now I put 2 buttons to increase and decrease the textsize.
This is the code from the buttons:
B4X:
clvPhrases.DesignerLabel.TextSize = IntNewTextSize
clvPhrases.Refresh 'don't work to change the text size without reload the items
Is possible to change (refresh) the text size of the items show in CLV without reload?
Thanks in advance for any help.