Hello everyone,
I have a layout problem. I want to something that looks similar to the output of a multi selectbox.
Normally I would say to solve this with code behind. The problem is that I must embed these 'multiselect labels' in a ListView.
My second attempt was to use a StackLayout and to bind the 'Children' property to a property in the ViewModel. I came to notice that the Children property is not bindable.
My last attempt was to the FlowListView plugin. This works, but not optimal (I can't tap on the area where the FormListView is...).
Does someone know a more suitable solution for this problem?