I have a CLV filled with AddTextItem method.
There are a ReplaceAt method in the component CLV:
ReplaceAt(index AS Int, pnl as B4XView, ItemSize as Int, Value as Object)
but I have only the Index.
Can I replace the text of AddTextItem use the ReplaceAt or only if I use a custom panel?
Thanks in advance for any help.
There are a ReplaceAt method in the component CLV:
ReplaceAt(index AS Int, pnl as B4XView, ItemSize as Int, Value as Object)
but I have only the Index.
Can I replace the text of AddTextItem use the ReplaceAt or only if I use a custom panel?
Thanks in advance for any help.