cancel
Showing results for 
Search instead for 
Did you mean: 

How use the same view in a lot of tabstrips (dynamic)

Former Member
0 Kudos

Depending the situation a need to create a lot of tabstrips dynamic and the layout of the view is the same, i would like to know how can i use the same view in all tabstrips dynamic?? is it possible??

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Dear Rodrigo,

You can have dynamic tabs by placing the tabStripItem in a loop with the no.of tabs u need.

start the loop at tabstrip_tab (Tabstrip_Tab should contain the view(Tabstrip items) details)

tabStripItem index = tabstrip_tab-index

endloop

This will solve ur prob...

Vinod