I can do a static List like
List { View1() View2() }
But how do i make a dynamic list of elements from an array? I tried the followin
I wanted to use different views in the same list as well and therefore implemented an advanced list view, see here.