Android Question Update 'Tag' value in Designer

Sanxion

Active Member
Licensed User
Longtime User
Evening all

I have lots of panels in my project - the first panel has a 'Tag' value of 0, the second 1, the third 2 and so on-and-so-forth...

Is there a simple method of incrementing each value by 1? I need to include another panel at the begining and set its value to 0...incrementing all the Tag values manually in the Designer would be a very painful task.

Thank-you in advance.
 
Top