I am using the observable approach - copied the code straight from here and into my project.
Everything works as it should apart from the initial load. This list loads and you can see the items get populated as the scrollbar appears, however none of my items appear until i physically scroll.
I have placed A simple rounded image as each item - set width and height with horizontal scroll enable.
I try adding the change detector in once my list in fetched and stored, but this makes no difference.
I am using the observable approach - copied the code straight from here and into my project.
Everything works as it should apart from the initial load. This list loads and you can see the items get populated as the scrollbar appears, however none of my items appear until i physically scroll.
I have placed A simple rounded image as each item - set width and height with horizontal scroll enable.
I try adding the change detector in once my list in fetched and stored, but this makes no difference.