Hi I'm looking a way to do special list like this:
The first item is alone in a row and the others two in a row
+-------------------------+
| |
| |
| Item 1 |
| |
| |
+------------+------------+
| | |
| | |
| Item 2 | Item 3 |
| | |
| | |
+------------+------------+
| | |
| | |
| Item 4 | Item 5 |
| | |
| | |
+------------+------------+
I want the list will be scrollable like listView
How and what element I should use?
Regards, Tzahi
0 comments:
Post a Comment