How can I set an Item setup using Repeater ?
-
Hi Everyone,
I want to make something like this using the repeater:
- Item to be repeated
-
- Item to be repeated
-
- Item
-
-
- Item to be repeated
-
-
-
- Item
-
-
-
-
- Item to be repeated
.... and so on.
- Item to be repeated
-
-
For now Repeater repeat elements like this:
- Item to be repeated
- Item to be repeated
- Item to be repeated
- Item to be repeated
.... and so on.
Does there is a way to do this.
And I have to change the position of elements too in runtime.
Cheers