Hi,
I have a layout view of type space, and two property lists side by side, each with an header. I want to have the height of the list dynamically adjusted to the number of labels, independently of the size of the container of the view. I’ve tried some things but I’m failing to achieve this. My code looks something like this:
view:"layout",type:"space",container:"content",
cols: [
{ rows [
{ header template},
{ property 1 definition / elements }
]
},
{ rows [
{ header template},
{ property 2 view definition/elements}
]
}
]
Any hints? Thanks.