Hello
i want first to congratulate you for the powerful framewrok you have built.
i've just completed my firtsproject in FORMS.
i've a listview with the grouping enabled: mylst.IsGroupingEnabled = true;
in the form i have the listview inside a stacklayout and above it another stacklayout with title and header information.
the list binds correctly and shows the grouping section, but the itemclick event doesn't occur for the rows at the top of the list apparently up to the same size of the header above; i spent several hours to figure out the problem testing many options and combinations but the solutions are these 2:
1) remove the grouping because it seems to be the cause of the issue
2) place the list at the top of the Windows and the other stacklayout at below the list
the issue occurs only in wp8 wheras android and ios work fine
thank you for any suggestion
regards
Alessandro facchini