I'm trying to achieve a Scroll (Like Task Manager Sample) with Dynamic Elements Based on a full Screen Layout (EDC).
My Problem right now, is that if i put two Layouts, one goes on top of another, intead of createing a new "page" in the scroller to scroll to.
Using the same code but instead of layout i put an image, everything works as expected. I am missing something, maybe give a fix size to Layout ?
Code Logic.
Scroller->Box->Layout
I never change the box it self, just add or remove layouts from inside the box.
With layouts dont work, but with images do.
Scroll with Multiple Layouts