Android Question Change designer buttons in code using var created name

jaraiza

Active Member
Licensed User
Longtime User
Hi,

I searched for an answer to this topic in the forum, but all the ones I found are somewhat old, so I wanted to know if there is any update that allows the following.


I already have a design made through the designer, with all the anchors applied. I just need to be able to dynamically modify each button using its name created through a variable, something like FindControl in C#.

1765307417147.png


I need to access each button with vars like "btn" & "22" so I can create a loop to customize it with database data. Is it possible?

Thanks!
 
Top