Hello!
I put a toolbar and a list of entrys in a multiview connected to a tabbar.
For some reason the tabbar does not resize to the content of the list.
Also, the toolbar positions itself above the list.
What am I doing wrong?
I have already made the code work in two separate examples.
It is when combining them problem occurs.
So, yes I have tried to extract one problem at a time.
It seems to me the multiview does not resize properly to content.
I get the feeling I might have missed something obvious!
In your latest snippet, each cell in the multiview has autoheight:true, and as result some fixed height is assigned for each of views. And multiview will adjust self to the active view.
In the previous snippet, list doesn’t have height or autoheight defined, so multiview doesn’t adjust self to those cell.