As the title mention, I want to dynamically add the same component to scroll box.
I want to add editable box to scroll box.
When an user click button, and the editable box will appear in scroll box sequentially.
The whole things I wanted:
In the beginning, maybe only have two editable box and doesn’t appear the scroll bar.
And then, when add the third editable box, the scroll bar appear.
@Everynone Sorry for disturbance!
There is a new question.
After reading some information, I think I need to use for each loop to add, right?
And then, I also need to convert the widget I want to add into array.
I am not sure whether it is correct.