Page 1 of 1

List Divider Issue?

Posted: Wed Jun 19, 2013 4:45 pm
by Roger

Dividers appear in different order at runtime. I have a List with 4 List Items. The first and third items are setup as Dividers. The second and fourth are mapped to data from a REST service. At runtime the two dividers appear at the top of the ListView and then the data from the two List Items are together. Is there anyway to keep the dividers where they were positioned at design time?


List Divider Issue?

Posted: Wed Jun 19, 2013 5:24 pm
by Kateryna Grynko

Hi Roger,

Is your list static? Are there always 4 lines and are two of them always separators? Or is REST able to increase the number of list items?


List Divider Issue?

Posted: Wed Jun 19, 2013 5:27 pm
by Roger

REST is able to increase the number of list items. We are using the List to represent a report with separate sections. We wanted to use the divider to separate the different sections of the report.


List Divider Issue?

Posted: Wed Jun 19, 2013 5:40 pm
by Kateryna Grynko

Roger,

This won't work. You can fill the list manually with separators or use two different lists. REST service won't repeat custom template.


List Divider Issue?

Posted: Wed Jun 19, 2013 6:32 pm
by Roger

ok, thanks