Hey,
I have a scenario where I have a list of items scrolling down. I created a separate widget that is used for each cell in the list. The list uses the flow_down function just like in the list example. In that newly created widget (that is used in every list cell) I'm using a right-flowing canvas in order to separate the cell into three areas. It looks fantastic but scrolling doesn't work anymore and somehow it only displays one list cell and hides the others. If I, instead, just build the widget out of multiple items that are not in a canvas, everything works fine. What am I doing wrong?