Iteration through Multiple TextBoxes

I have 15 textboxes on my app, and I want to set Decorations for them. Is it possible using a for loop or I have to set it one by one basis.
Please guide.

Yes create a list of all TBs and the use for each item in list loop to set the decoration

2 Likes

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.