Hello,
I am using a Scrollview and dynamically add views to it using
panel1.addview(label1,.....and so on)
panel1.addview(label2,.....and so on)
panel1.addview(label3,.....and so on)
panel1.addview(label4,.....and so on)
Everything works fine and the scrollview works as expected.
Now, how can I modify the text or the width of, say, LABEL 2, at the 11th view?
I can't find any native method to gain access to a specific label inside a specific view which has been already programmatically added to the scrollview.
Any hints?
Thank you in advance.
I am using a Scrollview and dynamically add views to it using
panel1.addview(label1,.....and so on)
panel1.addview(label2,.....and so on)
panel1.addview(label3,.....and so on)
panel1.addview(label4,.....and so on)
Everything works fine and the scrollview works as expected.
Now, how can I modify the text or the width of, say, LABEL 2, at the 11th view?
I can't find any native method to gain access to a specific label inside a specific view which has been already programmatically added to the scrollview.
Any hints?
Thank you in advance.